🐛 Fix feedback and audit-log http handlers

This commit is contained in:
Andrey Antukh 2022-02-23 11:49:25 +01:00
parent aeed535f1b
commit 0ade0405f5
3 changed files with 82 additions and 65 deletions

View file

@ -135,7 +135,8 @@
:signature-max-age (dt/duration {:hours 24 :minutes 5})}
:app.http.feedback/handler
{:pool (ig/ref :app.db/pool)}
{:pool (ig/ref :app.db/pool)
:executor (ig/ref [::default :app.worker/executor])}
:app.http.oauth/handler
{:rpc (ig/ref :app.rpc/rpc)
@ -280,7 +281,7 @@
:app.loggers.audit/http-handler
{:pool (ig/ref :app.db/pool)
:executor (ig/ref [::default :app.worker/executor])}
:executor (ig/ref [::worker :app.worker/executor])}
:app.loggers.audit/collector
{:pool (ig/ref :app.db/pool)