Compare commits
2 Commits
a28f97ce81
...
04da0e838d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04da0e838d | ||
|
|
05db6fae8e |
@@ -14,7 +14,7 @@ async function bootstrap() {
|
|||||||
'http://127.0.0.1:5173', // Vite Dev Server (Alternative)
|
'http://127.0.0.1:5173', // Vite Dev Server (Alternative)
|
||||||
'http://localhost:5500',
|
'http://localhost:5500',
|
||||||
'http://127.0.0.1:5500',
|
'http://127.0.0.1:5500',
|
||||||
'http://localhost:3000'
|
'http://localhost'
|
||||||
],
|
],
|
||||||
credentials: true,
|
credentials: true,
|
||||||
methods: ['GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'OPTIONS'],
|
methods: ['GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'OPTIONS'],
|
||||||
|
|||||||
Reference in New Issue
Block a user