mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
3 lines
70 B
TypeScript
3 lines
70 B
TypeScript
export async function GET() {
|
|
return Response.json({ ok: true });
|
|
}
|