gitea/routers/web
zeripath 6100935a77
Add NotFound handler () ()
Backport 

PR  means that urls with terminal '/' are no longer immediately mapped
to the url without a terminal slash. However, it has revealed that the NotFound handler
appears to have been lost.

This PR adds back in a NotFound handler that simply redirects to a path without the
terminal slash or runs the NotFound handler.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-12-22 15:26:37 +00:00
..
admin Fix user primary email changed () 2021-11-28 12:04:44 +01:00
dev Refactor routers directory () 2021-06-09 01:33:54 +02:00
events Refactor routers directory () 2021-06-09 01:33:54 +02:00
explore Refactor routers directory () 2021-06-09 01:33:54 +02:00
org fix 500 error while use a reserved name in org rename () () 2021-12-02 19:52:08 +08:00
repo Ensure that git repository is closed before transfer () () 2021-12-21 18:27:46 +00:00
user Move POST /{username}/action/{action} to simply POST /{username} () () 2021-12-20 15:53:08 -05:00
base.go Fix golangci-lint warnings ( et al) () 2021-11-16 20:38:49 +00:00
goget.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
home.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
metrics.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
swagger_json.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
web.go Add NotFound handler () () 2021-12-22 15:26:37 +00:00