From 3d1fa06738b40cf57e62e32319e31999cf045209 Mon Sep 17 00:00:00 2001 From: Thom Breugelmans Date: Mon, 25 Mar 2024 16:34:20 +0100 Subject: [PATCH] Update index.html --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index eb84b09..1911cbe 100644 --- a/src/index.html +++ b/src/index.html @@ -19,7 +19,7 @@ const CALCULATEDBOOKWIDTH = BOOKWIDTH * BOOKSCALE; const ACCERELATION = 0.003; const ACCERELATIONCAP = 0.01; -const LEADERBOARDENDPOINT = "http://localhost:5000"; // Note the absence of a trailing slash +const LEADERBOARDENDPOINT = "https://annugame.wisv.ch/api"; // Note the absence of a trailing slash const owlDownwardAcc = 0.4; const owlFlapIncrease = 120 * owlDownwardAcc; const pipeWidth = CALCULATEDBOOKWIDTH;