1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

add a more straightforward example for #1953

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-08-13 09:07:00 +03:00
parent 3715a66ef0
commit f91269130e
2 changed files with 31 additions and 0 deletions

View File

@@ -55,6 +55,7 @@
* [Not Found - Intelligence](routing/intelligence/main.go)
* [Not Found - Suggest Closest Paths](routing/intelligence/manual/main.go)
* [Dynamic Path](routing/dynamic-path/main.go)
* [At-username](routing/dynamic-path/at-username/main.go)
* [Root Wildcard](routing/dynamic-path/root-wildcard/main.go)
* [Implement a Parameter Type](routing/macros/main.go)
* [Same Path Pattern but Func](routing/dynamic-path/same-pattern-different-func/main.go)