Added Application HolidayViewer

This commit is contained in:
Kodjo Sossouvi
2025-06-27 07:26:58 +02:00
parent 66ea45f501
commit 9f4b8ab4d0
87 changed files with 3756 additions and 212 deletions

View File

@@ -1,3 +1,7 @@
SESSION_USER_ID_KEY = "user_id"
NO_SESSION = "__NO_SESSION__"
NOT_LOGGED = "__NOT_LOGGED__"
class Routes:
Root = "/"
Logout = "/logout"