Add: creators api app
This commit is contained in:
parent
72c0a012c9
commit
217ecaa253
7 changed files with 160 additions and 0 deletions
|
@ -6,4 +6,5 @@ urlpatterns = [
|
|||
path("auth/", include("api.authentication.urls")),
|
||||
path("user/", include("api.user.urls")),
|
||||
path("posts/", include("api.posts.urls")),
|
||||
path("creators/", include("api.creators.urls")),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue