MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / handler

Function handler

src/pages/api/ping.ts:7–11  ·  view source on GitHub ↗
(_: NextRequest)

Source from the content-addressed store, hash-verified

5};
6
7const handler = async (_: NextRequest) => {
8 return new Response("Hello world!", {
9 status: 200,
10 });
11};
12
13export default handler;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected