mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04: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
7207602c81
commit
f6b26b5d77
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…
Add table
Add a link
Reference in a new issue