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