Routes for User Management in Satoshi Showdown. This module defines the Express routes for handling user-related operations, such as user creation. Each route is mapped to a specific controller function to handle the incoming request.
- Source:
Requires
- module:express
- module:controllers/userController