Browse Source

update ui

master
Anna Ho 1 year ago
parent
commit
6a5c5a8b53
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/auth/utils.js

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

@@ -9,8 +9,8 @@ import useJwt from 'auth/jwt/coreUseJwt';
export const hostname = 'localhost'; 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 = `${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 apiPath = `/api`;


export const isUserLoggedIn = () => { export const isUserLoggedIn = () => {


Loading…
Cancel
Save