Integrate svgclean and graal-js to svgparse service.

This commit is contained in:
Andrey Antukh 2021-01-10 19:14:52 +01:00 committed by Alonso Torres
parent c648add963
commit 7aa7257d29
7 changed files with 51332 additions and 39 deletions

View file

@ -84,9 +84,14 @@
:svgparse (ig/ref :app.svgparse/handler)
:storage (ig/ref :app.storage/storage)}
:app.svgparse/svgc
{:metrics (ig/ref :app.metrics/metrics)}
;; HTTP Handler for SVG parsing
:app.svgparse/handler
{:metrics (ig/ref :app.metrics/metrics)}
{:metrics (ig/ref :app.metrics/metrics)
:svgc (ig/ref :app.svgparse/svgc)}
:app.rpc/rpc
{:pool (ig/ref :app.db/pool)