mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 19:21:39 +02:00
🐛 Set correct order for http middlewares
This commit is contained in:
parent
504f833a53
commit
06bab212b5
1 changed files with 1 additions and 1 deletions
|
@ -150,10 +150,10 @@
|
||||||
[["" {:middleware [[mw/server-timing]
|
[["" {:middleware [[mw/server-timing]
|
||||||
[mw/params]
|
[mw/params]
|
||||||
[mw/format-response]
|
[mw/format-response]
|
||||||
|
[mw/errors errors/handle]
|
||||||
[mw/parse-request]
|
[mw/parse-request]
|
||||||
[session/soft-auth cfg]
|
[session/soft-auth cfg]
|
||||||
[actoken/soft-auth cfg]
|
[actoken/soft-auth cfg]
|
||||||
[mw/errors errors/handle]
|
|
||||||
[mw/restrict-methods]]}
|
[mw/restrict-methods]]}
|
||||||
|
|
||||||
(::mtx/routes cfg)
|
(::mtx/routes cfg)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue