Skip to content

Commit

Permalink
Add routes
Browse files Browse the repository at this point in the history
Add admin routes to manage delete on grop and force update;delete on stats #53
  • Loading branch information
MasterCruelty committed Dec 27, 2022
1 parent e2d6dfa commit d0e6545
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@
'/delrobadmin' : udb.del_admin,
'/setgroup' : udb.set_group,
'/listgroup' : udb.list_group,
'/delgroup' : udb.del_group}
'/delgroup' : udb.del_group,
'/updatestat' : udb.force_update_stats,
'/delstat' : udb.force_delete_stats}

auth_command = ["/trivial"]

Expand Down

0 comments on commit d0e6545

Please sign in to comment.