Skip to content

Commit

Permalink
Update JobApplication.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
victorantos committed Sep 27, 2024
1 parent 8ebf8a9 commit 107a9ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vuepress-plugin-hello/JobApplication.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@
// Send POST request to the API
fetch('https://victorantos-api.azurewebsites.net/jobapplicationsfromangjobs', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify(formData),
body: formData,
})
.then(response => {
if (!response.ok) {
Expand Down

0 comments on commit 107a9ed

Please sign in to comment.