generated from azures04/Base-REST-API
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:
3
errors/errors.js
Normal file
3
errors/errors.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
DefaultError: require("./DefaultError")
|
||||
}
|
||||
Reference in New Issue
Block a user