api: Change root application path to '/v0' instead of '/api'.

This commit is contained in:
2020-02-09 04:22:00 -06:00
parent 31053c1014
commit ce582383c3
4 changed files with 4 additions and 4 deletions

View File

@ -207,7 +207,7 @@ proc start*(ctx: PMApiContext): void =
settings:
port = Port(ctx.cfg.port)
appName = "/api"
appName = "/v0"
routes: