diff --git a/config/default.json b/config/default.json index 5127ba9..2346631 100644 --- a/config/default.json +++ b/config/default.json @@ -8,7 +8,7 @@ "server": { "port": "4001", "host": "0.0.0.0", - "host_swagger": "http://127.0.0.1:4001/", + "host_swagger": "http://127.0.0.1:4001", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined", diff --git a/config/stag.json b/config/stag.json index 63757b4..102db3c 100644 --- a/config/stag.json +++ b/config/stag.json @@ -8,7 +8,7 @@ "server": { "port": "4001", "host": "0.0.0.0", - "host_swagger": "https://bri-dev.shiblysolution.id/", + "host_swagger": "https://bri-dev.shiblysolution.id", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined",