From 26c35a9be1cc61f9b30f03bcf48bce431cd376da Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Wed, 27 Nov 2024 08:03:15 +0700 Subject: [PATCH] update slash --- config/default.json | 2 +- config/stag.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",