Config for URLS prod

This commit is contained in:
2026-05-03 13:56:23 -04:00
parent 9ea5b872fc
commit da51720e2c
7 changed files with 129 additions and 30 deletions
+4
View File
@@ -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,