fix: swagger path dump (#299)

This commit is contained in:
anxing 2021-09-21 16:21:33 +08:00 committed by GitHub
parent e61e46f1e5
commit 725ee3393e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
"email": "admin@casbin.org" "email": "admin@casbin.org"
} }
}, },
"basePath": "/api", "basePath": "/",
"paths": { "paths": {
"/api/add-application": { "/api/add-application": {
"post": { "post": {
@ -1623,4 +1623,4 @@
} }
} }
} }
} }