feat: bulk update estimate endpoint (#755)

This commit is contained in:
pablohashescobar 2023-04-10 10:58:09 +05:30 committed by GitHub
parent eac4b21ead
commit c80968bb23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 66 additions and 5 deletions

View file

@ -135,5 +135,5 @@ from .estimate import (
EstimateViewSet,
EstimatePointViewSet,
ProjectEstimatePointEndpoint,
BulkCreateEstimatePointEndpoint,
BulkEstimatePointEndpoint,
)