From 75bd985b32831337cb02c05432cb6c6f2436ad2c Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Mon, 2 Mar 2026 22:02:58 +0100 Subject: [PATCH] api endpoint fix --- apps/frontend/src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/pages/index.astro b/apps/frontend/src/pages/index.astro index bd83853..456070b 100644 --- a/apps/frontend/src/pages/index.astro +++ b/apps/frontend/src/pages/index.astro @@ -1,5 +1,5 @@ --- -const API = "https://games.teletype.hu/api/software"; +const API = "/api/software"; const BASE = "https://games.teletype.hu"; const res = await fetch(API);