Fix API endpoint location for Nuxt server structure
Move /api/auth/status endpoint from app/server/ to server/ directory. Nuxt expects server API routes to be in /server/api/, not /app/server/api/. This fixes the issue where the endpoint was returning HTML instead of JSON.
This commit is contained in:
Reference in New Issue
Block a user