fix: correct swagger.json host port to 8521
This commit is contained in:
parent
6f348c7975
commit
dc1a63a3fc
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"contact": {},
|
||||
"version": "1.0"
|
||||
},
|
||||
"host": "localhost:8080",
|
||||
"host": "localhost:8521",
|
||||
"basePath": "/",
|
||||
"paths": {
|
||||
"/api/v1/auth/login": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue