task-d.7.12
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user