Add: creators api app

This commit is contained in:
Aroy-Art 2025-02-12 13:23:35 +01:00
parent 72c0a012c9
commit 217ecaa253
Signed by: Aroy
GPG key ID: 583642324A1D2070
7 changed files with 160 additions and 0 deletions

View file

@ -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")),
]