Hi there I'm trying to integrate my nuxt app with an external service, however that service sends a POST request to my sign up page with a JWT token
If I add a route that is identical to a page route with an
index.post.ts
index.post.ts
filename, is it possible for that to coexist with the regular nuxt page? Or would I have to create some kind of "interim" route that if get forwards them to a frontend route? Thanks!