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