mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 09:41:17 +11:00
try something
This commit is contained in:
parent
704f0bd729
commit
19aeb01801
1 changed files with 0 additions and 2 deletions
|
|
@ -46,8 +46,6 @@ async function handleSubmit(type?: string) {
|
||||||
const response = await fetch("https://feedback.tasky.workers.dev", {
|
const response = await fetch("https://feedback.tasky.workers.dev", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Access-Control-Allow-Origin": "*",
|
|
||||||
"Access-Control-Allow-Methods": "POST",
|
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
body: JSON.stringify(body),
|
body: JSON.stringify(body),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue