We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f437043 commit 39a5ad1Copy full SHA for 39a5ad1
app/api/tshirt-data/route.ts
@@ -3,7 +3,7 @@ import { NextResponse } from "next/server";
3
4
// API endpoint URL
5
const API_URL =
6
- "https://script.google.com/macros/s/AKfycbz8j2mEAYbOlsLHEIFwunY1ygxR0xqJeL0EPHdUYUpG_RcJYtXKe4_MyaOyBhB5LJFE/exec";
+ "https://tee-backend-06or.onrender.com/api/tshirt-data";
7
8
export async function GET() {
9
try {
0 commit comments