Bladeren bron

update ui

master
Anna Ho 1 jaar geleden
bovenliggende
commit
6a5c5a8b53
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +2
    -2
      src/auth/utils.js

+ 2
- 2
src/auth/utils.js Bestand weergeven

@@ -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 = () => {


Laden…
Annuleren
Opslaan