refactoring magic urls:. anmeldung actions

This commit is contained in:
2025-09-29 08:49:26 +02:00
parent 1d2769d114
commit e79d0a1a2d
2 changed files with 5 additions and 3 deletions

View File

@@ -23,7 +23,8 @@ export const ROUTE_NAMES = {
// Anmeldung: actions
ANMELDUNG: '/anmeldung',
ANMELDUNG_LOGIN: '/anmeldung?/login',
ANMELDUNG_LOGOUT: '/anmeldung?/logout'
ANMELDUNG_LOGOUT: '/anmeldung?/logout',
ANMELDUNG_GET_VORGANG_BY_TOKEN: '/anmeldung?/getVorgangByToken',
};
export const API_ROUTES = {