Skip to content

Commit

Permalink
Registered new url root for posts
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Mar 27, 2024
1 parent 5c04882 commit 6743b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
urlpatterns += [
path("transactions/", include("apps.transaction.urls", namespace="transaction"))
]
urlpatterns += [path("posts/", include("apps.posts.urls", namespace="post"))]
# urlpatterns += [
# path("api/auth/", include("apps.authentication.urls", namespace="auth"))
# ]
Expand Down

0 comments on commit 6743b6b

Please sign in to comment.