MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / onRequestOptions

Function onRequestOptions

functions/api/telemetry.ts:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112
113// Handle CORS preflight
114export const onRequestOptions: PagesFunction<Env> = async () => {
115 return new Response(null, { status: 204, headers: CORS_HEADERS })
116}
117
118// Main handler: receive events and push to HF
119export const onRequestPost: PagesFunction<Env> = async (context) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected