Fix: Add assets route handler to manifest.yaml
This commit is contained in:
parent
4aec140658
commit
6353f89cb3
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue