Revert "Update Feedback.vue"

This reverts commit 3423c6443b.
This commit is contained in:
taskylizard 2024-07-09 10:07:34 +00:00
parent 22f0a334b3
commit 5135817dd9
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120

View File

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