From 23d75000b95a5db9069262ab0e355a5db6e32452 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 20 Jul 2023 17:03:35 +0700 Subject: [PATCH] Update api url hospital-portal --- frontend/hospital-portal/.env.staging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/hospital-portal/.env.staging b/frontend/hospital-portal/.env.staging index 57f67287..d7548840 100644 --- a/frontend/hospital-portal/.env.staging +++ b/frontend/hospital-portal/.env.staging @@ -1 +1 @@ -VITE_API_URL="https://aso-api.linksehat.dev/api/hospitalportal" \ No newline at end of file +VITE_API_URL="https://aso-api.linksehat.dev/api/v1/hospitalportal" \ No newline at end of file