diff --git a/routes/web.php b/routes/web.php index 80725e55..d8518e07 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1339,3 +1339,8 @@ Route::get('/site.webmanifest', function () { $contents = File::get($filePath); return response($contents, 200)->header('Content-Type', 'application/manifest+json'); }); + + +Route::get('/test-test', function () { + dd('test-test'); +});