UPDATE
This commit is contained in:
+2
-2
@@ -4,6 +4,6 @@ from .views import AccountView, ProfileView
|
||||
|
||||
urlpatterns = [
|
||||
path("profile/", ProfileView.as_view(), name="profile-update"),
|
||||
path("<uuid:uuid>/", AccountView.as_view(), name="account-detail"),
|
||||
path("", AccountView.as_view(), name="account-list"),
|
||||
# path("<uuid:uuid>/", AccountView.as_view(), name="account-detail"),
|
||||
# path("", AccountView.as_view(), name="account-list"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user