mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-31 15:19:09 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
import { Router } from "express";
|
|
|
|
// Root routes
|
|
export const hybridRouter = Router();
|