task-d.7.12

This commit is contained in:
phaichayon
2026-07-03 16:09:54 +07:00
parent 15c56efc8b
commit 944dbc031d
21 changed files with 1638 additions and 839 deletions

View File

@@ -12,6 +12,7 @@ interface BootstrapStatusResponse {
function isBootstrapAllowedPath(pathname: string) {
return (
pathname === '/administration/setup' ||
pathname.startsWith('/api/auth/') ||
pathname.startsWith('/api/setup/bootstrap/') ||
pathname === '/api/setup/templates'
);