configured cors for local development

This commit is contained in:
2024-07-14 10:50:02 +00:00
parent 18c711686c
commit 5afc3c916b
3 changed files with 22 additions and 9 deletions

View File

@@ -180,6 +180,10 @@ return [
App\Providers\RouteServiceProvider::class,
App\Providers\TelescopeServiceProvider::class,
Barryvdh\Debugbar\ServiceProvider::class,
// custom facades here..
App\Providers\DataTableServiceProvider::class,
],
/*