mirror of
https://github.com/kataras/iris.git
synced 2026-01-25 12:55:57 +00:00
example: write our own customized router using the high-level API which gives access to the correct context and routes
Former-commit-id: d2369c20490619cad0dd6f7b6ed01cdbef51a853
This commit is contained in:
6
_examples/routing/custom-low-level-router/main.go
Normal file
6
_examples/routing/custom-low-level-router/main.go
Normal file
@@ -0,0 +1,6 @@
|
||||
/// TODO: showcase the `app.Downgrade` feature tomorrow if not already existing elsewhere.
|
||||
package main
|
||||
|
||||
func main() {
|
||||
panic("TODO")
|
||||
}
|
||||
Reference in New Issue
Block a user