mirror of
https://github.com/wassname/talk.git
synced 2026-07-24 13:20:47 +08:00
Added asset settings + improved tests for routes
This commit is contained in:
@@ -9,6 +9,7 @@ const SALT_ROUNDS = 10;
|
||||
|
||||
// USER_ROLES is the array of roles that is permissible as a user role.
|
||||
const USER_ROLES = [
|
||||
'',
|
||||
'admin',
|
||||
'moderator'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user