Fix momentum config
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
const devMode = location?.port == '5173';
 | 
					const devMode = location?.port == '5173';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const environment = {
 | 
					export const environment = {
 | 
				
			||||||
	apiUrl: devMode ? 'http://localhost' : location.host,
 | 
						apiUrl: devMode ? 'http://localhost' : location.origin,
 | 
				
			||||||
	devMode
 | 
						devMode
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user