маршрут Laravel, где не содержит

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