feat: Completed migration from moment to luxon
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const environment = {
|
||||
apiEndpoint: "http://localhost:12230",
|
||||
apiEndpoint: `http://${window.location.hostname}:12230`,
|
||||
version: "testing",
|
||||
production: false
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user