feat: service categories endpoints and service creation endpoint

This commit is contained in:
2025-09-27 18:21:20 +04:00
parent 8cf589c54e
commit fbadddeada
10 changed files with 194 additions and 20 deletions

View File

@ -3,4 +3,4 @@ from .deal_service import (
DealService as DealService,
)
from .product import Product as Product
from .service import Service as Service
from .service import Service as Service, ServiceCategory as ServiceCategory