Open
Description
When you use the whitelist route in routes/web.php it is not possible to access the API routes created by Nova. These can be excluded by using
Route::get('/{any}', 'SpaController@index')->where('any', '^(?!nova-api).*$');
instead of
Route::get('/{any}', 'SpaController@index')->where('any', '.*');
Added a Pull request: #9
Metadata
Metadata
Assignees
Labels
No labels