Sys routes
plugins/system.js
If you want to disable:
/sys/about /sys/docs /sys/repo
// Change this
const enableSysRoutes = true; // Use it on prod build
// To this
const enableSysRoutes = false; // Use it on prod build
🔙 Previous module
PluginsLast updated