We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e0c60c + f05cc94 commit 0d54922Copy full SHA for 0d54922
src/routes.php
@@ -8,6 +8,7 @@
8
{
9
$response = new StaticFileResponse( __DIR__."/../public/js/localization.min.js" );
10
$response->setPublic();
11
+ $response->header('Content-Type', 'application/javascript');
12
13
return $response;
14
});
0 commit comments