芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/api/system-log/config/routes.json
{ "routes": [ { "method": "GET", "path": "/system-logs", "handler": "system-log.find", "config": { "policies": [] } }, { "method": "GET", "path": "/system-logs/count", "handler": "system-log.count", "config": { "policies": [] } }, { "method": "GET", "path": "/system-logs/:id", "handler": "system-log.findOne", "config": { "policies": [] } }, { "method": "POST", "path": "/system-logs", "handler": "system-log.create", "config": { "policies": [] } }, { "method": "PUT", "path": "/system-logs/:id", "handler": "system-log.update", "config": { "policies": [] } }, { "method": "DELETE", "path": "/system-logs/:id", "handler": "system-log.delete", "config": { "policies": [] } } ] }