feat: Completed migration from moment to luxon

This commit is contained in:
2025-06-09 21:52:20 +02:00
parent 8ad18e8670
commit 76de91349d
34 changed files with 424 additions and 238 deletions

View File

@@ -1,5 +1,5 @@
export const environment = {
apiEndpoint: "http://localhost:12230",
apiEndpoint: `http://${window.location.hostname}:12230`,
version: "testing",
production: false
};