We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9eb49 commit 46b9d2dCopy full SHA for 46b9d2d
apps/playground-web/src/app/api/paywall/route.ts
@@ -18,8 +18,7 @@ export async function GET(request: NextRequest) {
18
// const BACKEND_WALLET_ADDRESS = process.env.ENGINE_BACKEND_SMART_WALLET as string;
19
const ENGINE_VAULT_ACCESS_TOKEN = process.env
20
.ENGINE_VAULT_ACCESS_TOKEN as string;
21
- // const API_URL = `https://${process.env.NEXT_PUBLIC_API_URL || "api.thirdweb.com"}`;
22
- const API_URL = "http://localhost:3030";
+ const API_URL = `https://${process.env.NEXT_PUBLIC_API_URL || "api.thirdweb.com"}`;
23
24
const twFacilitator = facilitator({
25
baseUrl: `${API_URL}/v1/payments/x402`,
0 commit comments