fix: removed stale views
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
from django.urls import path
|
||||
|
||||
from shop.views import index, list_products, product_detail
|
||||
from web.views import index, list_products, product_detail
|
||||
|
||||
app_name = "web"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user