mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-31 17:17:23 +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 {}
|