Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
const
handler =
async
(_: NextRequest) => {
8
return
new
Response(
"Hello world!"
, {
9
status: 200,
10
});
11
};
12
13
export
default handler;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected