79423608

Date: 2025-02-08 17:19:57
Score: 1
Natty:
Report link

In your Web.php Excluse the api routes and it's will work like this

Route::get('/{any}', function () {
    return view('app');
})->where('any', '^(?!api).*$');
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Snake MAGIC