diff --git a/apps/frontend/src/pages/index.astro b/apps/frontend/src/pages/index.astro index 456070b..e22150a 100644 --- a/apps/frontend/src/pages/index.astro +++ b/apps/frontend/src/pages/index.astro @@ -1,6 +1,6 @@ --- -const API = "/api/software"; const BASE = "https://games.teletype.hu"; +const API = BASE + "/api/software"; const res = await fetch(API); const json = await res.json();