Meta information and article body cast
This commit is contained in:
@@ -13,6 +13,6 @@ use Illuminate\Support\Facades\Route;
|
||||
|
|
||||
*/
|
||||
|
||||
Route::get('/{any?}', function () {
|
||||
Route::get('{path}', function () {
|
||||
return view('app');
|
||||
});
|
||||
})->where('path', '(.*)');
|
||||
Reference in New Issue
Block a user