This commit is contained in:
2026-03-02 22:08:24 +01:00
parent 07e79a52bd
commit d4ac69ff89
+1 -1
View File
@@ -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();