Update Feedback.vue

This commit is contained in:
Godamnit 2024-07-09 12:52:24 +05:30 committed by nbats
parent af1f93a3d4
commit 3423c6443b

View File

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