+ 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:
shockrah
2021-06-07 22:33:53 -07:00
parent b7c7b8b5e8
commit fa89088094
2 changed files with 28 additions and 1 deletions

View File

@@ -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";