From 66691aa1617b00e1d15b112ce172ebb5b3ee6af2 Mon Sep 17 00:00:00 2001 From: "jp.dev" Date: Tue, 24 Nov 2020 04:52:40 -0300 Subject: [PATCH] =?UTF-8?q?=E2=80=9Cend42=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProyectoWeb/ProyectoWebApp/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ]