Skip to content

Commit

Permalink
feat: add payments urls to core urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Shavkatjon-O committed Sep 12, 2024
1 parent 2bac61e commit 3a54abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def redirect_base_to_admin(request):
path("api/chats/", include("apps.chats.urls")),
path("api/tasks/", include("apps.planners.urls")),
path("api/clients/", include("apps.clients.urls")),
path("api/payments/", include("apps.payments.urls")),
]

# if not settings.DEBUG:
Expand Down

0 comments on commit 3a54abc

Please sign in to comment.