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