支持 js websocket
This commit is contained in:
9
examples/js_hello_world/.pages.yaml
Normal file
9
examples/js_hello_world/.pages.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
routes:
|
||||
- path: "hello"
|
||||
js:
|
||||
exec: "index.js"
|
||||
debug: true
|
||||
- path: "json"
|
||||
js:
|
||||
exec: "json.js"
|
||||
debug: true
|
||||
Reference in New Issue
Block a user