work around cors I think?
This commit is contained in:
parent
f5e6858fd3
commit
4c9c65d56d
@ -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",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
Loading…
Reference in New Issue
Block a user