ソースを参照

update ui

master
Anna Ho 1年前
コミット
6a5c5a8b53
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/auth/utils.js

+ 2
- 2
src/auth/utils.js ファイルの表示

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


読み込み中…
キャンセル
保存