mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 09:56:37 +02:00
🐛 Fix unexpected unhandled exception on 404 requests on media.
This commit is contained in:
parent
fc6948e627
commit
1ed1c95e4d
2 changed files with 8 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
:method :get}]]]]
|
||||
|
||||
handler (vw/handler ctx
|
||||
(vw/assets "/media/*" {:root "resources/public/media/"})
|
||||
(vw/assets "/media/*" {:root "resources/public/media"})
|
||||
(vw/assets "/static/*" {:root "resources/public/static"})
|
||||
(vw/router routes))]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue