🐛 Keep the nex_user in context always the pointer
This commit is contained in:
@ -42,7 +42,7 @@ func MapAPIs(app *fiber.App) {
|
||||
}
|
||||
|
||||
// WatchTower administration APIs
|
||||
wt := app.Group("/watchtower").Name("WatchTower").Use(auth.ValidatorMiddleware)
|
||||
wt := app.Group("/wt").Name("WatchTower").Use(auth.ValidatorMiddleware)
|
||||
{
|
||||
wt.Post("/maintenance/database", wtRunDbMaintenance)
|
||||
}
|
||||
|
Reference in New Issue
Block a user