mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 22:49:01 -05:00
📎 Minor cosmetic changes.
This commit is contained in:
parent
592153f968
commit
3e84c9b70f
2 changed files with 3 additions and 5 deletions
|
@ -120,7 +120,7 @@
|
|||
["/by-file-media-id/:id/thumbnail" {:get #(assets/file-thumbnails-handler storage %)}]]
|
||||
|
||||
["/dbg"
|
||||
["/error-by-id/:id" {:get (:error-reporter-handler cfg)}]]
|
||||
["/error-by-id/:id" {:get (:error-report-handler cfg)}]]
|
||||
|
||||
["/api" {:middleware [[middleware/format-response-body]
|
||||
[middleware/parse-request-body]
|
||||
|
|
|
@ -84,10 +84,8 @@
|
|||
:github-auth (ig/ref :app.http.auth/github)
|
||||
:ldap-auth (ig/ref :app.http.auth/ldap)
|
||||
:svgparse (ig/ref :app.svgparse/handler)
|
||||
|
||||
:error-reporter-handler (ig/ref :app.error-reporter/handler)
|
||||
|
||||
:storage (ig/ref :app.storage/storage)}
|
||||
:storage (ig/ref :app.storage/storage)
|
||||
:error-report-handler (ig/ref :app.error-reporter/handler)}
|
||||
|
||||
:app.svgparse/svgc
|
||||
{:metrics (ig/ref :app.metrics/metrics)}
|
||||
|
|
Loading…
Add table
Reference in a new issue