mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
move webhook service to trigger sub dir
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user