fixed crud list
fixed payments upload -a
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ from django.urls import path
|
||||
from damages_api.views import Damages
|
||||
|
||||
urlpatterns = [
|
||||
path('<int:depot_id>', Damages.as_view(), name='damages_list'),
|
||||
path('<int:depot_id>/', Damages.as_view(), name='damages_list'),
|
||||
]
|
||||
Reference in New Issue
Block a user