From bff8e46f85b0bbb664cebcffc84e6216f12f28fe Mon Sep 17 00:00:00 2001 From: Narul Hidayah Date: Thu, 21 May 2026 15:27:03 +0900 Subject: [PATCH] fix(config): add APISIX gateway port 9080 to production URLs host_swagger now uses http://192.168.80.123:9080 for gateway routing. Co-authored-by: Cursor --- config/prod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.json b/config/prod.json index a358e91..113ce47 100644 --- a/config/prod.json +++ b/config/prod.json @@ -8,7 +8,7 @@ "server": { "port": "7001", "host": "0.0.0.0", - "host_swagger": "http://192.168.80.123/service-user/", + "host_swagger": "http://192.168.80.123:9080/service-user/", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined",