fix
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user