base name now is /api/v2/

this change makes sense, because v2 client should still be able to call /api/v2/ on v2.1 servers

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2020-06-06 21:51:57 +02:00 committed by David Mehren
parent 09ee8293cd
commit a7356ce93e
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -13,7 +13,7 @@ externalDocs:
description: CodiMD Documentation
url: https://github.com/codimd/server/tree/master/docs
servers:
- url: "/api/v2.0/"
- url: "/api/v2/"
description: "Base API Path"
paths:
/auth/email: