mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 13:01:40 +02:00
⬆️ Update yetti and http server dependency
This commit is contained in:
parent
0fd783e65e
commit
51ecbf15a9
23 changed files with 302 additions and 291 deletions
|
@ -12,7 +12,8 @@
|
|||
[app.rpc :as-alias rpc]
|
||||
[app.util.time :as dt]
|
||||
[backend-tests.helpers :as th]
|
||||
[clojure.test :as t]))
|
||||
[clojure.test :as t]
|
||||
[yetti.request]))
|
||||
|
||||
(t/use-fixtures :once th/state-init)
|
||||
(t/use-fixtures :each th/database-reset)
|
||||
|
@ -25,7 +26,7 @@
|
|||
|
||||
(def http-request
|
||||
(reify
|
||||
ring.request/Request
|
||||
yetti.request/IRequest
|
||||
(get-header [_ name]
|
||||
(case name
|
||||
"x-forwarded-for" "127.0.0.44"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue