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