Skip to content

Commit

Permalink
Add route
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterCruelty committed Dec 28, 2022
1 parent f896d5b commit a3bc576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

dictionary_super = {'/setrobuser' : udb.set_user,
'/delrobuser' : udb.del_user,
'/updaterobuser' : udb.update_user,
'/listrobuser' : udb.list_user,
'/allrobuser' : udb.all_user,
'/setrobadmin' : udb.set_admin,
Expand Down

0 comments on commit a3bc576

Please sign in to comment.