mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 09:41:17 +11:00
disable PWA
This commit is contained in:
parent
1da62476e4
commit
fa47ec2e45
2 changed files with 99 additions and 116 deletions
|
|
@ -45,7 +45,10 @@ async function handleSubmit(type?: string) {
|
|||
try {
|
||||
const response = await fetch("https://fmhy.vercel.app/api/feedback", {
|
||||
method: "POST",
|
||||
body: JSON.parse(body),
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
body: JSON.stringify(body),
|
||||
});
|
||||
|
||||
const data = await response.json();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue