Revert "maybe try to use tk"
This reverts commit de153d5fc4e529cb29689aebe39b4f9682f00eb9.
This commit is contained in:
parent
652fac8d92
commit
9429be0fab
@ -43,7 +43,7 @@ async function handleSubmit(type?: string) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch("https://fmhy.tk/api/feedback", {
|
const response = await fetch("https://fmhy.vercel.app/api/feedback", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
body: JSON.stringify(body),
|
body: JSON.stringify(body),
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user