Config for URLS prod
This commit is contained in:
@@ -7,6 +7,7 @@ from app.api.schemas.myproduct_external_url import MyProductExternalUrlSchema
|
||||
from app.api.schemas.myproduct_set_colorstyle import MyProductSetColorStyleSchema
|
||||
from app.api.schemas.myproduct_set_template import MyProductSetTemplateSchema
|
||||
from app.api.schemas.myproduct_template_image import MyProductTemplateImageSchema
|
||||
# from app.api.services import GenerativesService
|
||||
from app.utils.logger import logger
|
||||
from app.api.services.base_service import BaseService
|
||||
from marshmallow import ValidationError
|
||||
@@ -365,6 +366,9 @@ class MyProductsService(BaseService):
|
||||
SubscriptionGenerative.create_subscription_generative(member_id, practice, specialization,
|
||||
product_id, subscription_uid)
|
||||
|
||||
# thread AI Here
|
||||
# GenerativesService.process_generatives_list(subscription)
|
||||
|
||||
response_data = {
|
||||
"subscription_uid": subscription.uid,
|
||||
"subscription_id": subscription.id,
|
||||
|
||||
Reference in New Issue
Block a user