index.ts 144 B

123456
  1. import { Router } from "express"
  2. export default (rootDirectory: string): Router | Router[] => {
  3. // add your custom routes here
  4. return []
  5. }