mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🎉 Add metrics to notification service.
This commit is contained in:
parent
d494e44df3
commit
d8ee07d1e4
2 changed files with 23 additions and 9 deletions
|
@ -105,7 +105,8 @@
|
|||
:app.notifications/handler
|
||||
{:redis (ig/ref :app.redis/redis)
|
||||
:pool (ig/ref :app.db/pool)
|
||||
:session (ig/ref :app.http.session/session)}
|
||||
:session (ig/ref :app.http.session/session)
|
||||
:metrics (ig/ref :app.metrics/metrics)}
|
||||
|
||||
:app.http.auth/google
|
||||
{:rpc (ig/ref :app.rpc/rpc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue