Spaces:
Sleeping
Sleeping
Commit
·
8c0b0cb
1
Parent(s):
785467e
Update main/urls.py
Browse files- main/urls.py +2 -1
main/urls.py
CHANGED
@@ -5,5 +5,6 @@ from django.conf import settings
|
|
5 |
urlpatterns = [
|
6 |
path('category/<str:category>/', views.getProductData),
|
7 |
path('search/', views.searchQuery),
|
8 |
-
path('fetchCategory/', views.fetchCategory)
|
|
|
9 |
]
|
|
|
5 |
urlpatterns = [
|
6 |
path('category/<str:category>/', views.getProductData),
|
7 |
path('search/', views.searchQuery),
|
8 |
+
path('fetchCategory/', views.fetchCategory),
|
9 |
+
path('hello/', views.hello),
|
10 |
]
|