diff --git a/src/assets/configurations/environment.dlcmtest.json b/src/assets/configurations/environment.dlcmtest.json
index 54dc7dcda286ddcfb293bcdfed482520b366fceb..1e5b5d8883700c47e2be0ce477b5951f88e42650 100644
--- a/src/assets/configurations/environment.dlcmtest.json
+++ b/src/assets/configurations/environment.dlcmtest.json
@@ -1,10 +1,10 @@
 {
   "production": true,
-  "ADMIN_APPLICATION": "https://test.dlcm.ch/administration",
-  "ACCESS_APPLICATION": "https://test.dlcm.ch/accession",
-  "INGEST_APPLICATION": "https://test.dlcm.ch/ingestion",
-  "PREINGEST_APPLICATION": "https://test.dlcm.ch/accession",
-  "STORAGION_APPLICATION": "https://test.dlcm.ch/storagion",
+  "ADMIN_APPLICATION": "https://test.dlcm.ch/administration/",
+  "ACCESS_APPLICATION": "https://test.dlcm.ch/accession/",
+  "INGEST_APPLICATION": "https://test.dlcm.ch/ingestion/",
+  "PREINGEST_APPLICATION": "https://test.dlcm.ch/accession/",
+  "STORAGION_APPLICATION": "https://test.dlcm.ch/storagion/",
   "tokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token",
   "dummyClientSecret": "123abc",
   "clientId": "dlcm-test-angular",
diff --git a/src/assets/configurations/environment.ui.json b/src/assets/configurations/environment.ui.json
index 4cd4f201b019bdeb6bfd35c4d3de8f926fc36eb4..6792269b3b5cf2a28421d3dcb6cb41c3612aa334 100644
--- a/src/assets/configurations/environment.ui.json
+++ b/src/assets/configurations/environment.ui.json
@@ -1,10 +1,10 @@
 {
   "production": true,
-  "ADMIN_APPLICATION": "https://test.dlcm.ch/administration",
-  "ACCESS_APPLICATION": "https://test.dlcm.ch/accession",
-  "INGEST_APPLICATION": "https://test.dlcm.ch/ingestion",
-  "PREINGEST_APPLICATION": "https://test.dlcm.ch/accession",
-  "STORAGION_APPLICATION": "https://test.dlcm.ch/storagion",
+  "ADMIN_APPLICATION": "https://test.dlcm.ch/administration/",
+  "ACCESS_APPLICATION": "https://test.dlcm.ch/accession/",
+  "INGEST_APPLICATION": "https://test.dlcm.ch/ingestion/",
+  "PREINGEST_APPLICATION": "https://test.dlcm.ch/accession/",
+  "STORAGION_APPLICATION": "https://test.dlcm.ch/storagion/",
   "tokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token",
   "dummyClientSecret": "123abc",
   "clientId": "dlcm-ui-angular",
diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts
index 59b548f724c07605d4e743eca80787e14e7c59ae..ce9e37dbfe888b9707b1053b34493e368f7e977c 100644
--- a/src/environments/environment.prod.ts
+++ b/src/environments/environment.prod.ts
@@ -8,11 +8,11 @@ export const environment: typeof defaultEnvironment = {
   production: true,
   theme: ThemeEnum.yareta,
 
-  ADMIN_APPLICATION: "https://test.dlcm.ch/administration",
-  ACCESS_APPLICATION: "https://test.dlcm.ch/accession",
-  INGEST_APPLICATION: "https://test.dlcm.ch/ingestion",
-  PREINGEST_APPLICATION: "https://test.dlcm.ch/accession",
-  STORAGION_APPLICATION: "https://test.dlcm.ch/storagion",
+  ADMIN_APPLICATION: "https://test.dlcm.ch/administration/",
+  ACCESS_APPLICATION: "https://test.dlcm.ch/accession/",
+  INGEST_APPLICATION: "https://test.dlcm.ch/ingestion/",
+  PREINGEST_APPLICATION: "https://test.dlcm.ch/accession/",
+  STORAGION_APPLICATION: "https://test.dlcm.ch/storagion/",
 
 
   // OAuth2 properties