From dc1a63a3fc19bbf53eac39133447966432a0a4b5 Mon Sep 17 00:00:00 2001 From: Tiago Yamamoto Date: Sun, 14 Dec 2025 09:42:31 -0300 Subject: [PATCH] fix: correct swagger.json host port to 8521 --- backend/docs/swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/docs/swagger.json b/backend/docs/swagger.json index 5271054..5ca5920 100644 --- a/backend/docs/swagger.json +++ b/backend/docs/swagger.json @@ -6,7 +6,7 @@ "contact": {}, "version": "1.0" }, - "host": "localhost:8080", + "host": "localhost:8521", "basePath": "/", "paths": { "/api/v1/auth/login": {