mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 13:46:12 +02:00
♻️ Replace mount with integrant.
This commit is contained in:
parent
31d7aacec1
commit
9f12456456
76 changed files with 2403 additions and 2215 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
(defn- request-page
|
||||
[file-id page-id]
|
||||
(let [uri "/api/w/query/page"]
|
||||
(let [uri "/api/rpc/query/page"]
|
||||
(p/create
|
||||
(fn [resolve reject]
|
||||
(->> (http/send! {:uri uri
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue