mirror of
https://github.com/serialexperiments0815/Dilomarkt---Digitaler-Lokalmarkt.git
synced 2026-07-12 15:32:19 +00:00
11 lines
385 B
PHP
11 lines
385 B
PHP
<?php
|
|
return [
|
|
'paths' => ['api/*'],
|
|
'allowed_methods' => ['*'],
|
|
'allowed_origins' => ['http://localhost:5173', 'http://localhost:5174'],
|
|
'allowed_origins_patterns' => [],
|
|
'allowed_headers' => ['*'],
|
|
'exposed_headers' => [],
|
|
'max_age' => 0,
|
|
'supports_credentials' => false,
|
|
];
|