ruta de Laravel donde no contiene

Route::any('{all}', 'AngularController@serveFrontend')->where('all', '^(?!api).*$');
Fahim Foysal