Release v2.2.0
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
module.exports = function registerAdminAccountRoutes(app, deps) {
|
||||
// Admin account route registration and profile helpers.
|
||||
|
||||
module.exports = function registerAccountRoutes(app, deps) {
|
||||
const pool = deps.pool;
|
||||
const common = deps.common;
|
||||
const pages = deps.pages;
|
||||
|
||||
Reference in New Issue
Block a user