mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-29 08:20:59 +00: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
|
||||
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