We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09f322 commit bfc162fCopy full SHA for bfc162f
ecommerce_api/settings/local.py
@@ -4,5 +4,8 @@
4
# DATABASES['default']['HOST'] = 'localhost'
5
6
CORS_ALLOWED_ORIGINS = [
7
+ "http://localhost:3000",
8
+ "http://127.0.0.1:3000",
9
"http://localhost:5173",
10
+ "http://127.0.0.1:5173",
11
]
0 commit comments