This commit is contained in:
1
main.go
1
main.go
@@ -260,6 +260,7 @@ func main() {
|
||||
// Other functions for admin
|
||||
adminOnly.POST("/unlock", controllers.Unlock)
|
||||
adminOnly.GET("/safe/listall", controllers.GetAllSafesHandler)
|
||||
adminOnly.GET("/safe/add", controllers.AddSafeHandler)
|
||||
|
||||
// Deprecated
|
||||
//adminOnly.GET("/roles", controllers.GetRoles)
|
||||
|
Reference in New Issue
Block a user