Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
urchinpro committed May 3, 2024
1 parent 010ad37 commit 5f01d7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/contracts/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
path('create-billing', views.create_billing),
path('update-billing', views.update_billing),
path('confirm-billing', views.confirm_billing),
path('get_data_for_confirmed_billing', views.get_data_for_confirmed_billing),
path('get-billings', views.get_billings),
path('get-billing', views.get_billing),
]

0 comments on commit 5f01d7d

Please sign in to comment.