diff --git a/src/web.js b/src/web.js index b382d4b..d38442c 100644 --- a/src/web.js +++ b/src/web.js @@ -182,6 +182,7 @@ async function start() { registerAdminAccountRoutes(app, { pool: pool, + common: common, pages: pages, formatDashboardDate: formatDashboardDate, getAuditUserId: getAuditUserId,