Added Application HolidayViewer
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
SESSION_USER_ID_KEY = "user_id"
|
||||
NO_SESSION = "__NO_SESSION__"
|
||||
NOT_LOGGED = "__NOT_LOGGED__"
|
||||
|
||||
class Routes:
|
||||
Root = "/"
|
||||
Logout = "/logout"
|
||||
|
||||
Reference in New Issue
Block a user