roim-picx/functions/rest/router.ts

4 lines
122 B
TypeScript
Raw Normal View History

2023-02-03 15:32:07 +08:00
import { ThrowableRouter } from 'itty-router-extras';
export const router = ThrowableRouter<Request>({ base: '/rest' });