api endpoint fix

This commit is contained in:
2026-03-02 22:02:58 +01:00
parent cf43dba6b9
commit 75bd985b32
+1 -1
View File
@@ -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);