revert: ⏪ back to main to be consistent
This commit is contained in:
parent
010550fa60
commit
8ee01ed80f
@ -23,7 +23,7 @@ class PageController extends Controller
|
||||
$csp->addAllowedImageDomain('*');
|
||||
$csp->addAllowedMediaDomain('*');
|
||||
|
||||
$response = new TemplateResponse(Application::APP_ID, 'index');
|
||||
$response = new TemplateResponse(Application::APP_ID, 'main');
|
||||
$response->setContentSecurityPolicy($csp);
|
||||
|
||||
return $response;
|
||||
|
Loading…
Reference in New Issue
Block a user