mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added acces for testing server working
This commit is contained in:
@@ -7,6 +7,7 @@ export async function Post(url = "", data = {}) {
|
|||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
"Access-Control-Allow-Origin": "*",
|
||||||
},
|
},
|
||||||
body: JSON.stringify(data),
|
body: JSON.stringify(data),
|
||||||
redirect: "follow"
|
redirect: "follow"
|
||||||
|
|||||||
Reference in New Issue
Block a user