UNPKG

rsshub

Version:
14 lines (11 loc) 194 B
import { APIRoute } from '@/types'; export const apiRoute: APIRoute = { path: '/', maintainers: ['DIYgod'], handler, }; function handler() { return { code: 0, }; }