Files
whattoplay/server
Felix Förtsch 6a6fe467e1 fix API routing: remove /api prefix in Express routes
Uberspace web backend removes /api prefix before forwarding to Express,
so routes must not include /api. Changed from app.all('/api/*') to
app.all('/*').

/health route is defined first, so it takes precedence.

Fixes 404 errors when calling Steam API from production.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-06 21:50:51 +01:00
..
2026-02-06 16:53:07 +01:00
2026-02-05 12:06:25 +01:00
2026-02-06 16:53:07 +01:00