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