added acces for testing server working

This commit is contained in:
Kostya
2023-12-13 17:58:42 +03:00
parent ec2f71009c
commit 554cc88c4c

View File

@@ -7,6 +7,7 @@ export async function Post(url = "", data = {}) {
method: "POST",
headers: {
"Content-Type": "application/json",
"Access-Control-Allow-Origin": "*",
},
body: JSON.stringify(data),
redirect: "follow"