This commit is contained in:
2026-01-31 16:02:37 +01:00
parent de7a0a85f6
commit 33a918d02b
2 changed files with 0 additions and 9 deletions
-4
View File
@@ -3,9 +3,5 @@
use Illuminate\Support\Facades\Route;
Route::get('/{any}', function () {
if (config('app.frontend.dev')) {
return redirect(config('app.frontend.dev_url'));
}
return file_get_contents(public_path('index.html'));
})->where('any', '.*');