Browse Source

no message

master
Alex Cheung 1 year ago
parent
commit
e45d1e53dd
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/auth/utils.js

+ 3
- 3
src/auth/utils.js View File

@@ -10,9 +10,9 @@ export const hostname = 'localhost';
const hostPort = '8090'; const hostPort = '8090';
export const hostPath = `http://${hostname}:${hostPort}`; export const hostPath = `http://${hostname}:${hostPort}`;
//export const apiPath = `http://192.168.0.112:8090/api`; //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://<iAM_Smart_domain>`; export const iAmSmartPath = `https://<iAM_Smart_domain>`;






Loading…
Cancel
Save