File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ protected function defineEnvironment($app): void
7373 Route::namespace ('\\Octoper \\HtmlMinify \\\Http \\Controllers ' )->group (function () {
7474 Route::get ('/html-minify/test ' , function () {
7575 return response (file_get_contents (__DIR__ .'/testPages/simpleMinify.html ' ), '200 ' , [
76- 'Content-Type ' => 'text/html '
77- ]);
76+ 'Content-Type ' => 'text/html ' ,
77+ ]);
7878 })->middleware (HtmlMinifyMiddleware::class);
7979
8080 Route::get ('/html-minify/test/remove-comments ' , function () {
8181 return response (file_get_contents (__DIR__ .'/testPages/removeComments.html ' ), '200 ' , [
82- 'Content-Type ' => 'text/html '
82+ 'Content-Type ' => 'text/html ' ,
8383 ]);
8484 })->middleware (HtmlMinifyMiddleware::class);
8585 });
You can’t perform that action at this time.
0 commit comments