mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
add human-friendly middleware names on route debugging (see HISTORY.md#Next)
Former-commit-id: f7291c4a077c4d1573344c93ba8a153fede18795
This commit is contained in:
@@ -47,7 +47,7 @@ func main() {
|
||||
|
||||
app.HandleMany("GET POST", "/socket.io/{any:path}", iris.FromStd(server))
|
||||
app.HandleDir("/", "./asset")
|
||||
|
||||
|
||||
app.Listen(":8000", iris.WithoutPathCorrection)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user