delete mods

This commit is contained in:
Hepatica
2023-12-02 03:16:07 +01:00
parent 963e563855
commit 184cb3d34a

View File

@@ -5,7 +5,6 @@ export async function Post(url = "", data = {}) {
try { try {
const response = await fetch(url, { const response = await fetch(url, {
method: "POST", method: "POST",
mode: 'no-cors',
headers: { headers: {
"Content-Type": "application/json", "Content-Type": "application/json",
}, },