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;