...
|
...
|
@@ -41,7 +41,7 @@ module.exports = function (app) { |
|
|
base.use('/servers', servers.routes(), servers.allowedMethods());
|
|
|
base.use('/monitor', monitor.routes(), monitor.allowedMethods());
|
|
|
base.use('/users', users.routes(), users.allowedMethods());
|
|
|
base.use('/hotfix', hotfix.routes(), hotfix.allowedMethods());
|
|
|
// base.use('/hotfix', hotfix.routes(), hotfix.allowedMethods());
|
|
|
base.use('/operation', operationLog.routes(), operationLog.allowedMethods());
|
|
|
base.use('/page_cache', pageCache.routes(), pageCache.allowedMethods());
|
|
|
base.use('/cdn_cache', cdnCache.routes(), cdnCache.allowedMethods());
|
...
|
...
|
|