update safe handler
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-10 11:33:07 +11:00
parent 50f078db7a
commit 4b44c93693
2 changed files with 3 additions and 3 deletions

View File

@@ -259,7 +259,7 @@ func main() {
// Other functions for admin
adminOnly.POST("/unlock", controllers.Unlock)
adminOnly.POST("/safes/listall", controllers.GetAllSafesHandler)
adminOnly.POST("/safe/listall", controllers.GetAllSafesHandler)
// Deprecated
//adminOnly.GET("/roles", controllers.GetRoles)