feat: make routing per role, add unlogged role

This commit is contained in:
2026-04-14 09:49:37 +02:00
parent 26cbdeec0a
commit 967b101f9b
13 changed files with 128 additions and 36 deletions

View File

@@ -46,3 +46,5 @@ var TRANSLITERATION_TABLE = map[rune]string{
'ż': "z",
'ź': "z",
}
const UNLOGGED_USER_ROLE_ID = 4