mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -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
|
||||
url: https://github.com/codimd/server/tree/master/docs
|
||||
servers:
|
||||
- url: "/api/v2.0/"
|
||||
- url: "/api/v2/"
|
||||
description: "Base API Path"
|
||||
paths:
|
||||
/auth/email:
|
||||
|
|
Loading…
Reference in a new issue