mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
change url back
This commit is contained in:
parent
5df1cc06cd
commit
9d20d2a86e
@ -1,6 +1,6 @@
|
|||||||
export const classicUrl = 'http://127.0.0.1:8000';
|
export const classicUrl = 'http://127.0.0.1:8000';
|
||||||
|
|
||||||
export const baseUrl = `./platform`;
|
export const baseUrl = `${classicUrl}/platform`;
|
||||||
export const loginUrl = `${baseUrl}/login`;
|
export const loginUrl = `${baseUrl}/login`;
|
||||||
export const logoutUrl = `${baseUrl}/logout`;
|
export const logoutUrl = `${baseUrl}/logout`;
|
||||||
export const homeUrl = `${baseUrl}/home`;
|
export const homeUrl = `${baseUrl}/home`;
|
||||||
|
Loading…
Reference in New Issue
Block a user