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