7 lines
76 B
TypeScript
7 lines
76 B
TypeScript
import { Context } from "koa";
|
|
|
|
const router = {};
|
|
|
|
|
|
export default router;
|