We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754563b commit f7942cfCopy full SHA for f7942cf
components/tshirt-availability.tsx
@@ -5,7 +5,7 @@ import type { ApiResponse, SizeAvailability } from "@/types";
5
6
// API endpoint URL - use our proxy API route
7
const API_URL =
8
- "https://script.google.com/macros/s/AKfycbz8j2mEAYbOlsLHEIFwunY1ygxR0xqJeL0EPHdUYUpG_RcJYtXKe4_MyaOyBhB5LJFE/exec";
+ "https://script.google.com/macros/s/AKfycbw2TKwAnF1YYew6yxdS4iYmMMHAScxWpnVhafVJ8J2T1Q585skoDFeTpYwkzZ_nGPpQ/exec";
9
10
// Constants for determining stock status
11
const LOW_STOCK_THRESHOLD = 5;
0 commit comments