芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/strapi-generate-plugin/json/routes.json.js
'use strict'; /** * Expose main routes of the generated plugin */ module.exports = scope => { function generateRoutes() { return { routes: [ { method: 'GET', path: '/', handler: scope.name + '.index', config: { policies: [], }, }, ], }; } return generateRoutes(); };