mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
minor (see previous commit)
This commit is contained in:
@@ -8,10 +8,6 @@ import (
|
||||
"github.com/kataras/iris/v12/versioning"
|
||||
)
|
||||
|
||||
func notFoundHandler(ctx iris.Context) {
|
||||
ctx.NotFound()
|
||||
}
|
||||
|
||||
const (
|
||||
v10Response = "v1.0 handler"
|
||||
v2Response = "v2.x handler"
|
||||
|
||||
Reference in New Issue
Block a user