fix(routes): complete post-refactor dependency wiring cleanup
This commit is contained in:
@@ -17,7 +17,13 @@ module.exports = function(ctx) {
|
||||
servicesStateManager: ctx.servicesStateManager,
|
||||
asyncHandler: ctx.asyncHandler,
|
||||
errorResponse: ctx.errorResponse,
|
||||
log: ctx.log
|
||||
log: ctx.log,
|
||||
notification: ctx.notification,
|
||||
buildDomain: ctx.buildDomain,
|
||||
caddy: ctx.caddy,
|
||||
addServiceToConfig: ctx.addServiceToConfig,
|
||||
APP_TEMPLATES: ctx.APP_TEMPLATES,
|
||||
siteConfig: ctx.siteConfig
|
||||
};
|
||||
|
||||
// All recipe routes require premium license
|
||||
|
||||
Reference in New Issue
Block a user