test
This commit is contained in:
@@ -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', '.*');
|
||||
|
||||
Reference in New Issue
Block a user