mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	change url back
This commit is contained in:
		| @@ -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`; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user