Skip to content

Commit 2a951cc

Browse files
committed
API: add auth server
1 parent 9413a91 commit 2a951cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ info:
1717
version: "1.0.0"
1818
servers:
1919
- url: http://opp-backend:8080/api/v1
20-
description: Local server
20+
description: Backend server
21+
- url: http://opp-auth:8080/api/v1
22+
description: Auth server
2123
externalDocs:
2224
description: Wiki
2325
url: https://openparkproject.github.io/OPP-wiki/

0 commit comments

Comments
 (0)