Release v2.2.0

This commit is contained in:
2026-08-01 21:41:44 +01:00
parent c643d2fb07
commit d6417b667c
673 changed files with 146752 additions and 7389 deletions
+3 -1
View File
@@ -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;