Skip to content

Commit cd76a21

Browse files
committed
feat: change url for detail
1 parent 9f33262 commit cd76a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trades/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
urlpatterns = [
77
path("", views.index, name="index"),
8-
path("detail/<int:region_id>/", views.detail, name="detail"),
8+
path("detail/", views.detail, name="detail"),
99
]

0 commit comments

Comments
 (0)