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

add brazil readme link

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-10-20 02:00:25 +03:00
parent 73717f1358
commit edc81c0a63
2 changed files with 2 additions and 6 deletions

View File

@@ -433,11 +433,7 @@ func (s *step7) Build() *Application {
app.Macros().SetErrorHandler(errors.DefaultPathParameterTypeErrorHandler)
app.UseRouter(recover.New())
for _, routerLevelMiddleware := range s.step6.step5.routerMiddlewares {
app.UseRouter(routerLevelMiddleware)
}
app.UseRouter(s.step6.step5.routerMiddlewares...)
app.UseRouter(func(ctx Context) {
ctx.Header("Server", "Iris")
if dev := s.step6.step5.step4.step3.developer; dev != "" {