Skip to content

Commit 91044e8

Browse files
authored
fix: template before block (#144)
1 parent 6e43061 commit 91044e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internals/proxy/proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ func (proxy Proxy) Init() http.Handler {
3434
Use(m.Logging).
3535
Use(m.Server).
3636
Use(m.Auth).
37-
Use(m.Endpoints).
3837
Use(m.Template).
38+
Use(m.Endpoints).
3939
Use(m.Mapping).
4040
Use(m.Policy).
4141
Use(m.Message).

0 commit comments

Comments
 (0)