add new apis

This commit is contained in:
behruz-dev
2025-08-19 13:37:27 +05:00
parent 93d9526376
commit c19fc991f1
3 changed files with 39 additions and 3 deletions

View File

@@ -54,5 +54,6 @@ urlpatterns = [
path('<uuid:id>/update/', estimate_product_views.EstimateProductUpdateApiView.as_view()),
path('<uuid:id>/delete/', estimate_product_views.EstimateProductDeleteApiView.as_view()),
]
))
)),
path('projects_and_folders/', project_views.ProjectAndFolderApiView.as_view()),
]