server: Switch to custom mux
This commit is contained in:
parent
a1069f115e
commit
ab9998881b
13 changed files with 313 additions and 62 deletions
|
|
@ -20,8 +20,9 @@ var (
|
|||
|
||||
func (*Static) Routes() component.Routes {
|
||||
return component.Routes{
|
||||
Paths: []string{"/static/"},
|
||||
CSRF: false,
|
||||
Prefix: "/static/",
|
||||
|
||||
CSRF: false,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue