mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
minor doc fix as found by: #1459
parent
4105635a02
commit
5eaf71b17b
2
MVC.md
2
MVC.md
|
@ -112,7 +112,7 @@ If `mvc.New(app.Party("/profile")).Handle(new(profile.Controller))`
|
|||
|
||||
If `mvc.New(app.Party("/assets")).Handle(new(file.Controller))`
|
||||
|
||||
- `func(*Controller) GetByWildard(path string)` - `GET:/assets/{param:path}`
|
||||
- `func(*Controller) GetByWildcard(path string)` - `GET:/assets/{param:path}`
|
||||
|
||||
Supported types for method functions receivers: int, int64, bool and string.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user