2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

use plattform for logins

This commit is contained in:
Matthias Mair
2024-04-17 21:23:12 +02:00
parent 4f956e7002
commit b061d8e43b

View File

@ -1,6 +1,6 @@
export const classicUrl = 'http://127.0.0.1:8000';
export const baseUrl = `${classicUrl}/platform`;
export const baseUrl = `./platform`;
export const loginUrl = `${baseUrl}/login`;
export const logoutUrl = `${baseUrl}/logout`;
export const homeUrl = `${baseUrl}/home`;