DONE: layout letter with letterhead and footer, notification for newly...
This commit is contained in:
+3
-1
@@ -20,13 +20,15 @@ return [
|
||||
'allowed_methods' => ['*'],
|
||||
|
||||
'allowed_origins' => [
|
||||
'http://localhost',
|
||||
'http://127.0.0.1',
|
||||
'http://localhost:5173',
|
||||
'http://127.0.0.1:5173',
|
||||
'http://20.11.32.49',
|
||||
'http://20.11.32.50',
|
||||
],
|
||||
|
||||
'allowed_origins_patterns' => ['*'],
|
||||
'allowed_origins_patterns' => [],
|
||||
|
||||
'allowed_headers' => ['*'],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user