|
|
@@ -13,6 +13,7 @@ export const hostPath = `http://${hostname}:${hostPort}`; |
|
|
|
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 isUserLoggedIn = () => { |
|
|
|