We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7942cf commit ee56c33Copy full SHA for ee56c33
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/AKfycbw2TKwAnF1YYew6yxdS4iYmMMHAScxWpnVhafVJ8J2T1Q585skoDFeTpYwkzZ_nGPpQ/exec";
+ "https://script.google.com/macros/s/AKfycbwxT6IK1wKwZ0hPn98oUKEKcOKQkHrJglS0kaMLAEfh8_oLuvrkkouzqKV_r9D3ZSkM/exec";
9
10
// Constants for determining stock status
11
const LOW_STOCK_THRESHOLD = 5;
0 commit comments