mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
work around cors I think?
This commit is contained in:
parent
f5e6858fd3
commit
4c9c65d56d
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.vercel.app/api/feedback", {
|
const response = await fetch("https://fmhy.tk/api/feedback", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue