deploy: update API_BASE_URL to production endpoint
This commit is contained in:
parent
1ce34939be
commit
be44370cc2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user