Skip to content

Commit f7942cf

Browse files
authored
Update tshirt-availability.tsx
1 parent 754563b commit f7942cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tshirt-availability.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ApiResponse, SizeAvailability } from "@/types";
55

66
// API endpoint URL - use our proxy API route
77
const API_URL =
8-
"https://script.google.com/macros/s/AKfycbz8j2mEAYbOlsLHEIFwunY1ygxR0xqJeL0EPHdUYUpG_RcJYtXKe4_MyaOyBhB5LJFE/exec";
8+
"https://script.google.com/macros/s/AKfycbw2TKwAnF1YYew6yxdS4iYmMMHAScxWpnVhafVJ8J2T1Q585skoDFeTpYwkzZ_nGPpQ/exec";
99

1010
// Constants for determining stock status
1111
const LOW_STOCK_THRESHOLD = 5;

0 commit comments

Comments
 (0)