minor doc fix as found by: #1459

Gerasimos (Makis) Maropoulos 2020-03-03 10:35:46 +02:00
parent 4105635a02
commit 5eaf71b17b
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7

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.