v8.1
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ API.post("/actions/api", async (req, res, next) => {
|
||||
const body = req.body.body;
|
||||
|
||||
try {
|
||||
const apiReq = await fetch(`https://${config.uwuzu.host}/api${endpoint}`, {
|
||||
const apiReq = await fetch(`${config.uwuzu.host}/api${endpoint}`, {
|
||||
method: "POST",
|
||||
body: JSON.stringify(body),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user