2025-09-09 16:15:28 +10:00

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/'
],