deploy: update API_BASE_URL to production endpoint

This commit is contained in:
ethanf 2025-08-14 14:02:21 -05:00
parent 1ce34939be
commit be44370cc2

View File

@ -6,7 +6,7 @@ import type { MapOption } from "./types";
export const POLL_NAME = "Unofficial RGL HL Season 22 Stopwatch Map Poll"; 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 // 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 export const POLL_END_DATE = new Date("2025-08-21T23:59:59-04:00"); // EDT timezone