Skip to content

Commit 3e0e347

Browse files
authored
fix: mapping middleware in chain (#92)
1 parent 614c6eb commit 3e0e347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internals/proxy/proxy.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ func (proxy Proxy) Init() http.Handler {
3636
Use(m.Auth).
3737
Use(m.Endpoints).
3838
Use(m.Template).
39-
Use(m.Aliases).
39+
Use(m.Mapping).
4040
Use(m.Message).
4141
Then(proxy.Use())
4242

4343
return handler
44-
}
44+
}

0 commit comments

Comments
 (0)