server: Switch to custom mux

This commit is contained in:
Tom Wiesing 2023-01-10 00:41:53 +01:00
parent a1069f115e
commit ab9998881b
No known key found for this signature in database
13 changed files with 313 additions and 62 deletions

View file

@ -29,7 +29,7 @@ var (
func (next *Next) Routes() component.Routes {
return component.Routes{
Paths: []string{"/next/"},
Prefix: "/next/",
Decorator: next.Dependencies.Auth.Require(auth.User),
}
}