feat: service categories endpoints and service creation endpoint
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user