format
This commit is contained in:
parent
0cebed8923
commit
2056c5978b
@ -46,6 +46,8 @@ async function handleSubmit(type?: string) {
|
||||
const response = await fetch("https://feedback.tasky.workers.dev", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
'Access-Control-Allow-Origin':'*',
|
||||
'Access-Control-Allow-Methods':'POST,PATCH,OPTIONS'
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
body: JSON.stringify(body),
|
||||
|
Loading…
Reference in New Issue
Block a user