7 lines
239 B
PHP
7 lines
239 B
PHP
// In file: config/cors.php
|
|
'allowed_origins' => [
|
|
'http://localhost:3000', // For npm run dev on your desktop
|
|
'http://192.168.20.13', // Or whatever IP your T3 app might be on
|
|
'http://laravel-server.lab.audasmedia.com.au/'
|
|
],
|