From 75f4f0361965c3cf168d55b06fd9f0d7ab7aa171 Mon Sep 17 00:00:00 2001 From: avicenan Date: Mon, 23 Feb 2026 09:09:49 +0700 Subject: [PATCH] chore: fix host swagger domain --- config/stag.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/stag.json b/config/stag.json index 34ef38d..6120bd9 100644 --- a/config/stag.json +++ b/config/stag.json @@ -8,7 +8,7 @@ "server": { "port": "7002", "host": "0.0.0.0", - "host_swagger": "http://his.shiblysolution.id/service-master-data/", + "host_swagger": "https://his.shiblysolution.id/service-master-data/", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined",