From e45d1e53ddee53837e8e7e7b9e3216f31464fae1 Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Thu, 16 Nov 2023 18:00:42 +0800 Subject: [PATCH] no message --- src/auth/utils.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/auth/utils.js b/src/auth/utils.js index 896ca68..3dae272 100644 --- a/src/auth/utils.js +++ b/src/auth/utils.js @@ -10,9 +10,9 @@ export const hostname = 'localhost'; const hostPort = '8090'; export const hostPath = `http://${hostname}:${hostPort}`; //export const apiPath = `http://192.168.0.112:8090/api`; -export const apiPath = `${hostPath}/api`; -//export const apiPath = `/api`; -export const paymentPath = `http://pnspsdev.gld.gov.hk/payment`; +// export const apiPath = `${hostPath}/api`; +export const apiPath = `/api`; +export const paymentPath = `https://pnspsdev.gld.gov.hk/payment`; export const iAmSmartPath = `https://`;