Fix: Add assets route handler to manifest.yaml

This commit is contained in:
mmabdalla 2025-12-29 01:42:35 +02:00
parent 4aec140658
commit 6353f89cb3

View file

@ -25,6 +25,11 @@ routes:
method: GET
handler: serveEditor
# Static assets route
- path: /assets/:filepath
method: GET
handler: serveAssets
# API routes for pages
- path: /api/pages
method: GET