3 Commits

Author SHA1 Message Date
eed626c268 Update download.js 2026-01-25 22:16:08 +01:00
453fed917d Update download route and related config paths
Changed BASE_POINT in .env.example and the download route in download.js to use '/api/v2/download/' instead of '/download/'. Updated .gitignore to exclude '/data/game' directory.
2026-01-25 22:12:42 +01:00
2e23d417af Refactor API routes and add status endpoint
Moved download and gamefiles routes to api/v2 directory and updated service imports. Added a new api/v2/status endpoint to report maintenance status. Introduced api/v1/file route to return 410 error for deprecated launcher support.
2026-01-25 21:47:49 +01:00