diff --git a/src/routes/index.ts b/src/routes/index.ts
index a8c3603..f7b5f00 100644
--- a/src/routes/index.ts
+++ b/src/routes/index.ts
@@ -16,8 +16,8 @@ export const ROUTE_NAMES = {
// Anmeldung: actions
ANMELDUNG: '/anmeldung',
- ANMELDUNG_LOGIN: '/anmeldung?/login',
- ANMELDUNG_LOGOUT: '/anmeldung?/logout',
+ LOGIN: '/?/login',
+ LOGOUT: '/?/logout',
ANMELDUNG_GET_VORGANG_BY_TOKEN: '/anmeldung?/getVorgangByToken',
ANMELDUNG_VORGANG_PARAM: (vorgangToken: string) => `/anmeldung?vorgang=${vorgangToken}`
};