This commit is contained in:
ITQ
2024-03-04 23:47:33 +03:00
parent 79f0aaaaa6
commit 65885b3a84
2 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ urlpatterns = [
name="create-post",
),
path(
"/<uuid:post_id>",
"/<str:post_id>",
api.posts.views.PostDetailApiView.as_view(),
name="post-detail",
),