mirror of
https://github.com/JGH0/Todo-App-Backend.git
synced 2026-06-03 13:28:47 +02:00
Compare commits
6 Commits
APIhardeni
...
bf05b5d295
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf05b5d295 | ||
|
|
3b65f482c7 | ||
|
|
7cea9e5ea4 | ||
|
|
43f0a742b6 | ||
|
|
3438888314 | ||
|
|
af21317040 |
@@ -68,7 +68,7 @@ class Cors extends BaseConfig
|
|||||||
*
|
*
|
||||||
* @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers
|
||||||
*/
|
*/
|
||||||
'allowedHeaders' => ['Content-Type', 'Authorization', 'X-API-Key'],
|
'allowedHeaders' => ['Content-Type', 'Authorization', 'X-API-Key', 'Accept', 'Fetch'],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set headers to expose.
|
* Set headers to expose.
|
||||||
@@ -93,7 +93,7 @@ class Cors extends BaseConfig
|
|||||||
*
|
*
|
||||||
* @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods
|
* @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods
|
||||||
*/
|
*/
|
||||||
'allowedMethods' => ['GET', 'POST', 'PUT', 'DELETE', 'OPTIONS'],
|
'allowedMethods' => ['GET', 'POST', 'PUT', 'DELETE', 'OPTIONS', 'FETCH'],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set how many seconds the results of a preflight request can be cached.
|
* Set how many seconds the results of a preflight request can be cached.
|
||||||
|
|||||||
0
public/themes/2341342134-1441f7.css
Executable file → Normal file
0
public/themes/2341342134-1441f7.css
Executable file → Normal file
0
public/themes/arctic-frost.css
Executable file → Normal file
0
public/themes/arctic-frost.css
Executable file → Normal file
38
public/themes/dine-mera-3652ad.css
Normal file
38
public/themes/dine-mera-3652ad.css
Normal file
File diff suppressed because one or more lines are too long
0
public/themes/extract-test-theme-5fae6e.css
Executable file → Normal file
0
public/themes/extract-test-theme-5fae6e.css
Executable file → Normal file
0
public/themes/forest-grove.css
Executable file → Normal file
0
public/themes/forest-grove.css
Executable file → Normal file
0
public/themes/manual-game-update-2-e1a77a.css
Executable file → Normal file
0
public/themes/manual-game-update-2-e1a77a.css
Executable file → Normal file
0
public/themes/manual-game-update-7cc79d.css
Executable file → Normal file
0
public/themes/manual-game-update-7cc79d.css
Executable file → Normal file
0
public/themes/midnight-void.css
Executable file → Normal file
0
public/themes/midnight-void.css
Executable file → Normal file
0
public/themes/obsidian-rose.css
Executable file → Normal file
0
public/themes/obsidian-rose.css
Executable file → Normal file
0
public/themes/ocean-breeze.css
Executable file → Normal file
0
public/themes/ocean-breeze.css
Executable file → Normal file
0
public/themes/red-extract-theme-a3aabe.css
Executable file → Normal file
0
public/themes/red-extract-theme-a3aabe.css
Executable file → Normal file
0
public/themes/sunset-ember.css
Executable file → Normal file
0
public/themes/sunset-ember.css
Executable file → Normal file
0
public/themes/test-theme-103fb1.css
Executable file → Normal file
0
public/themes/test-theme-103fb1.css
Executable file → Normal file
0
public/themes/test-theme-6fcabb.css
Executable file → Normal file
0
public/themes/test-theme-6fcabb.css
Executable file → Normal file
0
public/themes/themestore-theme-by-came-0da6fd.css
Executable file → Normal file
0
public/themes/themestore-theme-by-came-0da6fd.css
Executable file → Normal file
Reference in New Issue
Block a user