Skip to content

Commit

Permalink
testing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaMunir123 committed Dec 8, 2023
1 parent f498cf1 commit 64c9c50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/transactions/api/v1/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# from django.conf.urls import include
from django.urls import path

# Local Imports
from apps.transactions.api.v1.views import (
AccountAPIView,
CurrencyAPIView,
Expand All @@ -14,8 +13,8 @@
)

urlpatterns = [
path("account/create/", AccountAPIView.as_view()),
path("account/<int:pk>/", AccountAPIView.as_view()),
path("account/create/", AccountAPIView.as_view()),
path("account/all/", AccountAPIView.as_view()),
path("create/", TransactionsAPIView.as_view()),
path("update/", TransactionsAPIView.as_view()),
Expand Down

0 comments on commit 64c9c50

Please sign in to comment.