I\'ve this routing in web.php:
web.php
Route::view(\'/{path?}\', \'app\');
But I want everything go to React except subdomains.
So, I