Skip to content

Commit bb044cb

Browse files
committed
Deploy CI CD on Test Server
1 parent c5967de commit bb044cb

File tree

1 file changed

+1
-1
lines changed
  • Backend/EcommerceInventory/EcommerceInventory

1 file changed

+1
-1
lines changed

Backend/EcommerceInventory/EcommerceInventory/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
path('api/superAdminForm/<str:modelName>/',SuperAdminDynamicFormController.as_view(),name='superadmindynamicForm'),
3232
path('api/getMenus/',ModuleView.as_view(),name='sidebarmenu'),
3333
path('api/products/',include('ProductServices.urls')),
34-
re_path(r'^(?:.*)/?$', index),
34+
# re_path(r'^(?:.*)/?$', index),
3535

3636
]
3737

0 commit comments

Comments
 (0)