mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 13:11:37 +02:00
♻️ Replace interceptors with middleware on vertx package.
This commit is contained in:
parent
3507c4acb6
commit
fd6362e463
7 changed files with 115 additions and 119 deletions
3
backend/vendor/vertx/test/user.clj
vendored
3
backend/vendor/vertx/test/user.clj
vendored
|
@ -12,8 +12,7 @@
|
|||
[vertx.core :as vc]
|
||||
[vertx.eventbus :as ve]
|
||||
[vertx.http :as vh]
|
||||
[vertx.web :as vw]
|
||||
[vertx.web.interceptors :as vwi])
|
||||
[vertx.web :as vw])
|
||||
(:import
|
||||
io.vertx.core.http.HttpServerRequest
|
||||
io.vertx.core.http.HttpServerResponse))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue