Update Feedback.vue

This commit is contained in:
Godamnit 2024-07-09 12:52:24 +05:30 committed by GitHub
parent af1f93a3d4
commit 2509438a59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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'