Skip to content

Commit 39a5ad1

Browse files
authored
Update route.ts
1 parent f437043 commit 39a5ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/tshirt-data/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { NextResponse } from "next/server";
33

44
// API endpoint URL
55
const API_URL =
6-
"https://script.google.com/macros/s/AKfycbz8j2mEAYbOlsLHEIFwunY1ygxR0xqJeL0EPHdUYUpG_RcJYtXKe4_MyaOyBhB5LJFE/exec";
6+
"https://tee-backend-06or.onrender.com/api/tshirt-data";
77

88
export async function GET() {
99
try {

0 commit comments

Comments
 (0)