summary refs log tree commit diff
path: root/src/routes/api/v8/channels/#CHANNELID/followers.ts
blob: 9a4e81fa0db46432010d8fc31e20e84bc1fc57f2 (plain) (blame)
1
2
3
4
import { Router } from "express";
const router: Router = Router();

export default router;