From be44370cc2863f74dbf11de9210b206b7d75eac6 Mon Sep 17 00:00:00 2001 From: ethanf Date: Thu, 14 Aug 2025 14:02:21 -0500 Subject: [PATCH] deploy: update API_BASE_URL to production endpoint --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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