feat(api): move to api.fmhy.net

This commit is contained in:
taskylizard 2024-08-02 03:19:53 +00:00
parent de933602eb
commit 76c776c2eb
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
7 changed files with 637 additions and 35 deletions

View file

@ -51,7 +51,7 @@ async function handleSubmit() {
}
try {
const response = await fetch('https://feedback.tasky.workers.dev', {
const response = await fetch('https://api.fmhy.net/feedback', {
method: 'POST',
headers: {
'Content-Type': 'application/json'