|
|
@@ -9,8 +9,8 @@ import useJwt from 'auth/jwt/coreUseJwt'; |
|
|
|
export const hostname = 'localhost'; |
|
|
|
const hostPort = '8090'; |
|
|
|
export const hostPath = `http://${hostname}:${hostPort}`; |
|
|
|
//export const apiPath = `${hostPath}/api`; |
|
|
|
export const apiPath = `http://192.168.0.112:8090/api`; |
|
|
|
export const apiPath = `${hostPath}/api`; |
|
|
|
//export const apiPath = `http://192.168.0.112:8090/api`; |
|
|
|
//export const apiPath = `/api`; |
|
|
|
|
|
|
|
export const isUserLoggedIn = () => { |
|
|
|