plan ochirish va tahrirlash uchun apilar qoshildi

This commit is contained in:
behruz-dev
2025-11-26 16:53:40 +05:00
parent 6965fed7f5
commit 1623d4792f
3 changed files with 161 additions and 4 deletions

View File

@@ -59,6 +59,8 @@ urlpatterns = [
[
path('', plan_view.PlanApiView.as_view(), name='plan-create-list-api'),
path('<int:id>/complite/', plan_view.ComplitePlanApiView.as_view(), name='complite-plan-api'),
path('<int:id>/delete/', plan_view.PlanDeleteApiView.as_view(), name='plan-delete-api'),
path('<int:id>/update/', plan_view.PlanUpdateApiView.as_view(), name='plan-update-api'),
]
)),
path('location/', include(