fix
This commit is contained in:
@@ -7,6 +7,7 @@ urlpatterns = [
|
||||
path('cash_transaction/', include(
|
||||
[
|
||||
path('list/', cash_views.CashTransactionListApiView.as_view()),
|
||||
path('create/', cash_views.CashTransactionCreateApiView.as_view()),
|
||||
]
|
||||
))
|
||||
]
|
||||
Reference in New Issue
Block a user