UNPKG

strapi-plugin-filerobot

Version:

Strapi v3 plugin for Filerobot by Scaleflex

69 lines (68 loc) 1.39 kB
{ "routes": [ { "method": "GET", "path": "/", "handler": "scaleflex-filerobot.index", "config": { "policies": [] } }, { "method": "GET", "path": "/config", "handler": "scaleflex-filerobot.getConfig", "config": { "policies": [] } }, { "method": "PUT", "path": "/update-config", "handler": "scaleflex-filerobot.updateConfig", "config": { "policies": [] } }, { "method": "GET", "path": "/db-files", "handler": "scaleflex-filerobot.checkDbFiles", "config": { "policies": [] } }, { "method": "POST", "path": "/record-file", "handler": "scaleflex-filerobot.recordFile", "config": { "policies": [] } }, { "method": "GET", "path": "/media", "handler": "scaleflex-filerobot.getMedia", "config": { "policies": [] } }, { "method": "GET", "path": "/media-count", "handler": "scaleflex-filerobot.getMediaCount", "config": { "policies": [] } }, { "method": "POST", "path": "/sync-up", "handler": "scaleflex-filerobot.syncUp", "config": { "policies": [] } } ] }