Remove executor dependency from awsns handlers

This commit is contained in:
Andrey Antukh 2023-11-24 14:54:10 +01:00
parent 54341d5b22
commit ca6738d20c
2 changed files with 4 additions and 6 deletions

View file

@ -228,8 +228,7 @@
::http.awsns/routes
{::props (ig/ref ::setup/props)
::db/pool (ig/ref ::db/pool)
::http.client/client (ig/ref ::http.client/client)
::wrk/executor (ig/ref ::wrk/executor)}
::http.client/client (ig/ref ::http.client/client)}
::http/server
{::http/port (cf/get :http-server-port)