mirror of
https://github.com/penpot/penpot.git
synced 2025-06-14 07:21:38 +02:00
✨ Move vertx as vendor package.
This commit is contained in:
parent
8663f5a136
commit
bd5f25eabf
21 changed files with 927 additions and 15 deletions
|
@ -30,6 +30,12 @@
|
|||
{:status 400
|
||||
:body response})))
|
||||
|
||||
(defmethod handle-exception :ratelimit
|
||||
[err req]
|
||||
{:status 429
|
||||
:headers {"retry-after" 1000}
|
||||
:body ""})
|
||||
|
||||
(defmethod handle-exception :not-found
|
||||
[err req]
|
||||
(let [response (ex-data err)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue