server API endpoint 404 Not found
Given a basic contact page inside ./app/pages/contact.vue calling a submit event handler like this
For the API route I created a file at ./app/server/api/contact.post.ts with
Unfortunately I'm getting the warning
and response
Do you know what's wrong or missing? Please let me know if my code is garbage I'm new to Nuxt
Unfortunately the sandbox works ... dunno why https://stackblitz.com/edit/github-wb9hec5y?file=app%2Fserver%2Fapi%2Fcontact.post.ts
For the API route I created a file at ./app/server/api/contact.post.ts with
Unfortunately I'm getting the warning
WARN [Vue Router warn]: No match found for location with path "/api/contact"
and response
Do you know what's wrong or missing? Please let me know if my code is garbage I'm new to Nuxt
Unfortunately the sandbox works ... dunno why https://stackblitz.com/edit/github-wb9hec5y?file=app%2Fserver%2Fapi%2Fcontact.post.ts
StackBlitz
A Vue.js project based on nuxt, vue and vue-router
