Laravel Route où ne contiennent pas

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