summary refs log tree commit diff
path: root/src/routes/api/v8/channels/#channel_id/webhooks.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/api/v8/channels/#channel_id/webhooks.ts')
-rw-r--r--src/routes/api/v8/channels/#channel_id/webhooks.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/routes/api/v8/channels/#channel_id/webhooks.ts b/src/routes/api/v8/channels/#channel_id/webhooks.ts
new file mode 100644

index 00000000..9a4e81fa --- /dev/null +++ b/src/routes/api/v8/channels/#channel_id/webhooks.ts
@@ -0,0 +1,4 @@ +import { Router } from "express"; +const router: Router = Router(); + +export default router;