mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
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:
parent
09ee8293cd
commit
a7356ce93e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ externalDocs:
|
||||||
description: CodiMD Documentation
|
description: CodiMD Documentation
|
||||||
url: https://github.com/codimd/server/tree/master/docs
|
url: https://github.com/codimd/server/tree/master/docs
|
||||||
servers:
|
servers:
|
||||||
- url: "/api/v2.0/"
|
- url: "/api/v2/"
|
||||||
description: "Base API Path"
|
description: "Base API Path"
|
||||||
paths:
|
paths:
|
||||||
/auth/email:
|
/auth/email:
|
||||||
|
|
Loading…
Reference in a new issue