Add /api/v1/version to PUBLIC_ROUTES
CI / Test & Lint (push) Has been cancelled
CI / Security audit (push) Has been cancelled

This commit is contained in:
Hermes
2026-06-10 19:55:19 -07:00
parent eee32c1eae
commit 28f0fa3c10
+1
View File
@@ -307,6 +307,7 @@ module.exports = function configureMiddleware(app, {
{ path: '/api/v1/system/update-notify', exact: true, method: 'POST' },
{ path: '/api/v1/monitoring/stats', exact: true, method: 'GET' },
{ path: '/api/v1/health-checks/status', exact: true, method: 'GET' },
{ path: '/api/v1/version', exact: true, method: 'GET' },
];
function isPublicRoute(req) {