mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 16:01:38 +02:00
✨ Fix issues from previous refactor peer review
This commit is contained in:
parent
9841a39d04
commit
f7bb08382c
6 changed files with 23 additions and 33 deletions
|
@ -113,7 +113,8 @@
|
|||
:host (cf/get :http-server-host)
|
||||
:router (ig/ref :app.http/router)
|
||||
:metrics (ig/ref :app.metrics/metrics)
|
||||
:executors (ig/ref :app.worker/executors)}
|
||||
:executors (ig/ref :app.worker/executors)
|
||||
:io-threads (cf/get :http-server-io-threads)}
|
||||
|
||||
:app.http/router
|
||||
{:assets (ig/ref :app.http.assets/handlers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue