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:
2025-10-13 01:33:10 -06:00
parent 51767ff0d3
commit ddea20376d