mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 12:38:33 +02:00
🐛 Add missing storage dependency to dbg routes module
This commit is contained in:
parent
28d3402793
commit
30e1c7d54e
2 changed files with 4 additions and 1 deletions
|
@ -300,7 +300,8 @@
|
|||
:app.http.debug/routes
|
||||
{::db/pool (ig/ref ::db/pool)
|
||||
::wrk/executor (ig/ref ::wrk/executor)
|
||||
::session/manager (ig/ref ::session/manager)}
|
||||
::session/manager (ig/ref ::session/manager)
|
||||
::sto/storage (ig/ref ::sto/storage)}
|
||||
|
||||
:app.http.websocket/routes
|
||||
{::db/pool (ig/ref ::db/pool)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue