+ Adding new badges tests
! Test bot is once again a massive disaster but at least it scales well /shrug Should probably refactor test bot to be moar straight forward or something idk + Also adding some spacing eye candy to make sure we can read things easily
This commit is contained in:
@@ -23,7 +23,7 @@ pub const SELF_UPDATE_NICKNAME: Rstr= "/members/me/nickname";
|
||||
// BADGE ROUTES
|
||||
pub const NEW_BADGE: Rstr = "/badge/new";
|
||||
pub const DELETE_BADGE: Rstr = "/badge/delete";
|
||||
pub const LIST_BADGE: Rstr = "/badges/list";
|
||||
pub const LIST_BADGE: Rstr = "/badge/list";
|
||||
pub const UPDATE_COLOR_BADGE: Rstr = "/badge/update/color";
|
||||
pub const UPDATE_NAME_BADGE: Rstr = "/badge/update/name";
|
||||
pub const UPDATE_PERMS_BADGE: Rstr = "/badge/update/perms";
|
||||
|
||||
Reference in New Issue
Block a user