1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-24 05:17:03 +00:00

add a simple example about registering middleware(s) to an mvc Application

Former-commit-id: 59da5e241e1488b6b39d2ec0e72c45ad2cc7d901
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-01-01 22:08:14 +02:00
parent e30862b74b
commit b69aebb14a
4 changed files with 47 additions and 0 deletions

View File

@@ -141,5 +141,6 @@ If you're new to back-end web development read about the MVC architectural patte
- [Login showcase - Plus Repository and Service layers](login) **UPDATED**
- [Singleton](singleton) **NEW**
- [Websocket Controller](websocket) **NEW**
- [Register Middleware](middleware) **NEW**
Folder structure guidelines can be found at the [_examples/#structuring](https://github.com/kataras/iris/tree/master/_examples/#structuring) section.