Clean: removed useless comma in homepage/urls.py

parent cdfbc41c
......@@ -5,6 +5,6 @@ from . import views
app_name = "homepage"
urlpatterns = [
path('', views.index, name='index'),
path("users/<int:widgetuser_id>/details/", views.detail, name='details'),
path("users/<int:widgetuser_id>/details/", views.detail, name='details')
]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment