Skip to content

Commit 47291fd

Browse files
authored
Update tshirt-availability.tsx
1 parent 8b3cd46 commit 47291fd

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
@@ -3,7 +3,7 @@ import { useState, useEffect, useRef } from "react"
33
import { RefreshCw, AlertTriangle, Loader2, Lock } from "lucide-react"
44
import type { ApiResponse, SizeAvailability } from "@/types"
55

6-
const API_URL = "/api/tshirt-data"
6+
const API_URL = "https://tee-backend-06or.onrender.com/api/tshirt-data"
77
const LOW_STOCK_THRESHOLD = 5
88
const FETCH_INTERVAL = 25000 // 25 Seconds
99
const ENABLE_FETCHING = true

0 commit comments

Comments
 (0)