Files
2025-11-19 15:56:32 +08:00

9 lines
123 B
YAML

routes:
- path: "hello"
js:
exec: "index.js"
debug: true
- path: "json"
js:
exec: "json.js"
debug: true