move trigger_debug_service to trigger sub dir

This commit is contained in:
hjlarry
2025-10-02 00:27:34 +08:00
parent f96bd4eb18
commit 31b15b492e
4 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ from flask import jsonify
from werkzeug.exceptions import NotFound, RequestEntityTooLarge
from controllers.trigger import bp
from services.trigger.trigger_debug_service import WebhookDebugService
from services.trigger.webhook_service import WebhookService
from services.trigger_debug_service import WebhookDebugService
logger = logging.getLogger(__name__)