mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02:00
3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
import { Request } from "node";
|
|
export function handler(req: Request) {}
|