fix: correct swagger.json host port to 8521

This commit is contained in:
Tiago Yamamoto 2025-12-14 09:42:31 -03:00
parent 6f348c7975
commit dc1a63a3fc

View file

@ -6,7 +6,7 @@
"contact": {}, "contact": {},
"version": "1.0" "version": "1.0"
}, },
"host": "localhost:8080", "host": "localhost:8521",
"basePath": "/", "basePath": "/",
"paths": { "paths": {
"/api/v1/auth/login": { "/api/v1/auth/login": {