mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 06:31:37 +02:00
♻️ Add missing svgparse http handler.
This commit is contained in:
parent
33c8743215
commit
f83c8d4523
3 changed files with 40 additions and 4 deletions
|
@ -80,8 +80,13 @@
|
|||
:google-auth (ig/ref :app.http.auth/google)
|
||||
:gitlab-auth (ig/ref :app.http.auth/gitlab)
|
||||
:ldap-auth (ig/ref :app.http.auth/ldap)
|
||||
:svgparse (ig/ref :app.svgparse/handler)
|
||||
:storage (ig/ref :app.storage/storage)}
|
||||
|
||||
;; HTTP Handler for SVG parsing
|
||||
:app.svgparse/handler
|
||||
{:metrics (ig/ref :app.metrics/metrics)}
|
||||
|
||||
:app.rpc/rpc
|
||||
{:pool (ig/ref :app.db/pool)
|
||||
:session (ig/ref :app.http.session/session)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue