This commit is contained in:
behruz-dev
2025-11-27 18:39:36 +05:00
parent 9787a9ada1
commit bf2a3c0842
7 changed files with 392 additions and 5 deletions

View File

@@ -75,6 +75,7 @@ urlpatterns = [
path('tour_plan/', include(
[
path('list/', tp_view.TourPlanListApiView.as_view(), name='tour-plan-list-api'),
path('<int:id>/update/', tp_view.TourPlanUpdateApiView.as_view()),
]
)),
path('factory/', include(