修正
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const API_BASE = "http://127.0.0.1:18080";
|
||||
const API_BASE = "";
|
||||
|
||||
async function apiGet(path, params = {}) {
|
||||
const query = new URLSearchParams(params).toString();
|
||||
|
||||
Reference in New Issue
Block a user