enable gin route
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-10 10:45:46 +11:00
parent b828416811
commit 8143470b5a

View File

@@ -255,7 +255,7 @@ func main() {
adminOnly.POST("/group/add", controllers.AddGroupHandler)
// TODO
//adminOnly.POST("/group/update", controllers.UpdateGroup)
//adminOnly.POST("/group/delete", controllers.DeleteGroup)
adminOnly.POST("/group/delete", controllers.DeleteGroupHandler)
// Other functions for admin
adminOnly.POST("/unlock", controllers.Unlock)