add user service to router

This commit is contained in:
2026-01-18 21:54:41 +02:00
parent 7fd02119b8
commit 376ce4ca62
3 changed files with 54 additions and 8 deletions

View File

@@ -254,6 +254,7 @@ var serveCmd = &cobra.Command{
AuthService: authService,
Configuration: cfg,
ACLService: aclService,
UserService: userService,
})
srv.SetHandler(router.MustRoute())