新增部分测试

This commit is contained in:
ExplodingDragon
2025-11-15 01:21:16 +08:00
parent 3492dead8d
commit 7bfcb495f4
4 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
routes:
- path: "api/v1/**"
- path: "api/dev/**"
qjs:
exec: "index.js"
debug: true
debug: true
- path: "api/prod/**"
qjs:
exec: "json.js"