diff --git a/ProyectoWeb/ProyectoWebApp/urls.py b/ProyectoWeb/ProyectoWebApp/urls.py index d84944c..7f9dbd4 100644 --- a/ProyectoWeb/ProyectoWebApp/urls.py +++ b/ProyectoWeb/ProyectoWebApp/urls.py @@ -6,7 +6,7 @@ from django.conf.urls.static import static urlpatterns = [ path('', views.home, name="Inicio"), - path('tienda', views.tienda, name ='Tienda'), + path('tienda/', views.tienda, name ='Tienda'), path('sample/', views.sample, name ='Sample'), ]