mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 16:26:59 +02:00
7 lines
153 B
TypeScript
7 lines
153 B
TypeScript
import { Service } from '@n8n/di';
|
|
|
|
import { AbstractServer } from '@/abstract-server';
|
|
|
|
@Service()
|
|
export class WebhookServer extends AbstractServer {}
|