mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
parent
652fac8d92
commit
9429be0fab
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue