7 Commits

Author SHA1 Message Date
f70719fd90 Update gameDataService.js 2026-01-25 22:40:30 +01:00
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
7aa2b71aea Update .env.example 2026-01-25 21:53:19 +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
cf54edf146 Refactor API for game file download and listing
Removed user registration and user info endpoints, along with related schemas, services, and tests. Added new routes and service for listing and downloading game files. Updated README to reflect new API purpose. Refactored logger and utils for improved modularity.
2026-01-25 21:39:44 +01:00
29cf189a87 Initial commit 2026-01-25 20:05:53 +01:00