Skip to content

Commit ee56c33

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

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/AKfycbw2TKwAnF1YYew6yxdS4iYmMMHAScxWpnVhafVJ8J2T1Q585skoDFeTpYwkzZ_nGPpQ/exec";
8+
"https://script.google.com/macros/s/AKfycbwxT6IK1wKwZ0hPn98oUKEKcOKQkHrJglS0kaMLAEfh8_oLuvrkkouzqKV_r9D3ZSkM/exec";
99

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

0 commit comments

Comments
 (0)