mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 16:01:38 +02:00
✨ Add more debug handlers.
This commit is contained in:
parent
cd1170c543
commit
a70e416b0b
2 changed files with 17 additions and 4 deletions
|
@ -83,6 +83,7 @@
|
|||
:session (ig/ref :app.http.session/session)
|
||||
:sns-webhook (ig/ref :app.http.awsns/handler)
|
||||
:oauth (ig/ref :app.http.oauth/handler)
|
||||
:debug (ig/ref :app.http.debug/handlers)
|
||||
:ws (ig/ref :app.http.websocket/handler)
|
||||
:metrics (ig/ref :app.metrics/metrics)
|
||||
:public-uri (cf/get :public-uri)
|
||||
|
@ -92,6 +93,9 @@
|
|||
:error-report-handler (ig/ref :app.loggers.database/handler)
|
||||
:rpc (ig/ref :app.rpc/rpc)}
|
||||
|
||||
:app.http.debug/handlers
|
||||
{:pool (ig/ref :app.db/pool)}
|
||||
|
||||
:app.http.websocket/handler
|
||||
{:pool (ig/ref :app.db/pool)
|
||||
:executor (ig/ref :app.worker/executor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue