mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
Fix action
This commit is contained in:
parent
24630e0c9b
commit
1eb078d0a8
10 changed files with 85 additions and 65 deletions
2
web.go
2
web.go
|
@ -163,7 +163,7 @@ func runWeb(*cli.Context) {
|
|||
m.Get("/template/**", dev.TemplatePreview)
|
||||
}
|
||||
|
||||
// not found handler
|
||||
// Not found handler.
|
||||
m.NotFound(routers.NotFound)
|
||||
|
||||
listenAddr := fmt.Sprintf("%s:%s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue