move webhook service to trigger sub dir

This commit is contained in:
hjlarry
2025-10-02 00:17:53 +08:00
parent f827e8e1b7
commit a4109088c9
6 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ from werkzeug.datastructures import FileStorage
from models.model import App
from models.workflow import Workflow, WorkflowWebhookTrigger
from services.account_service import AccountService, TenantService
from services.webhook_service import WebhookService
from services.trigger.webhook_service import WebhookService
class TestWebhookService: