Add: posts api app
This commit is contained in:
parent
141e08f0f4
commit
a5b0580be6
6 changed files with 197 additions and 0 deletions
|
@ -4,4 +4,5 @@ from django.urls import path, include
|
|||
urlpatterns = [
|
||||
path("auth/", include("api.authentication.urls")),
|
||||
path("user/", include("api.user.urls")),
|
||||
path("posts/", include("api.posts.urls")),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue