[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
pmb
/
assets
/
tinymce
/
src
/
core
/
src
/
test
/
json
/
[
Home
]
File: routes.json
[ { "request": { "method": "get", "path": "/custom/json_rpc_ok" }, "response": { "json": { "result": "Hello JSON-RPC", "error": null, "id": 1 } } }, { "request": { "method": "get", "path": "/custom/json_rpc_fail" }, "response": { "json": { "result": null, "error": { "message": "General failure", "code": 42 }, "id": 1 } } }, { "request": { "method": "get", "path": "/custom/404" }, "response": { "status": 404, "json": {} } }, { "request": { "method": "get", "path": "/custom/403" }, "response": { "status": 403, "json": {} } }, { "request": { "method": "get", "path": "/custom/403data" }, "response": { "status": 403, "json": { "error": { "type": "error" } } } } ]