Skip to content

Commit

Permalink
fix update path urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanclaudio committed May 2, 2024
1 parent e0be6f2 commit 2152837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
path("privacidade/", TemplateView.as_view(template_name='core/privacy.html')),
path("termos/", TemplateView.as_view(template_name='core/terms.html')),
path('api-auth/', include('rest_framework.urls')),
path('test-drf', views.test_drf, name="test-drf"),
path('test-drf/', views.test_drf, name="test-drf"),
]

0 comments on commit 2152837

Please sign in to comment.