diff --git a/src/constants.ts b/src/constants.ts index 67217e1..ea13a20 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -6,7 +6,7 @@ import type { MapOption } from "./types"; export const POLL_NAME = "Unofficial RGL HL Season 22 Stopwatch Map Poll"; -export const API_BASE_URL = "http://localhost:3001"; +export const API_BASE_URL = "https://s22.ethanf.gg"; // Poll ends at 11:59 PM Eastern Time on 8/21/25 export const POLL_END_DATE = new Date("2025-08-21T23:59:59-04:00"); // EDT timezone