Skip to content

Commit d6f75a0

Browse files
committed
Added Dark and Light Logo
1 parent 9a8b9aa commit d6f75a0

File tree

18 files changed

+63
-149
lines changed

18 files changed

+63
-149
lines changed
Binary file not shown.

Backend/EcommerceInventory/EcommerceInventory/settings.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@
6767
'PAGE_SIZE':10
6868
}
6969

70-
CORS_ALLOWED_ORIGINS = [
71-
'http://localhost:3000',
72-
]
70+
# CORS_ALLOWED_ORIGINS = [
71+
# "http://*"
72+
# ]
7373

74+
CORS_ALLOW_ALL_ORIGINS = True
7475
ROOT_URLCONF = 'EcommerceInventory.urls'
7576

7677
TEMPLATES = [

Frontend/ecommerce_inventory/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
REACT_APP_API_URL='http://ec2-3-110-164-200.ap-south-1.compute.amazonaws.com/api/'
1+
REACT_APP_API_URL='http://192.168.0.140:8000/api/'
-19.9 KB
Binary file not shown.
-5.22 KB
Binary file not shown.
-9.44 KB
Binary file not shown.
-35.3 KB
Binary file not shown.
-59.5 KB
Binary file not shown.
Loading
-19.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)