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.
This commit is contained in:
2026-01-25 21:39:44 +01:00
parent 29cf189a87
commit cf54edf146
15 changed files with 104 additions and 128 deletions

3
errors/errors.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
DefaultError: require("./DefaultError")
}