mirror of
https://github.com/fccview/cronmaster.git
synced 2026-06-02 19:20:22 -04:00
4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
import { NextResponse } from "next/server";
|
|
|
|
export const GET = () => NextResponse.json({ status: "healthy" });
|