MCPcopy Create free account
hub / github.com/code-with-antonio/nightcode / billing.ts

File billing.ts

packages/server/src/routes/billing.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Hono } from "hono";
2import type { AuthenticatedEnv } from "../middleware/require-auth";
3import { createCheckoutUrl, createCustomerPortalUrl } from "../lib/polar";
4

Callers

nothing calls this directly

Calls 2

createCheckoutUrlFunction · 0.90
createCustomerPortalUrlFunction · 0.90

Tested by

no test coverage detected