mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 14:28:20 +02:00
✨ Stream all transit responses.
Instead of buffering for etag. The etags are temporary disabled.
This commit is contained in:
parent
6ee6a03e4a
commit
07eeb76a5f
2 changed files with 12 additions and 5 deletions
|
@ -136,7 +136,9 @@
|
|||
["/webhooks"
|
||||
["/sns" {:post (:sns-webhook cfg)}]]
|
||||
|
||||
["/api" {:middleware [[middleware/etag]
|
||||
["/api" {:middleware [
|
||||
;; Temporary disabled
|
||||
#_[middleware/etag]
|
||||
[middleware/format-response-body]
|
||||
[middleware/params]
|
||||
[middleware/multipart-params]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue