Module: userRouter

This module defines the routes for user-related operations such as registration. It uses the user controller to handle the business logic of the application.
Source:

Members

(static) /api/user/login

This route handles user login requests. The specific logic for user login is defined in the user controller.
Source:

(static) /api/user/refresh-token

This route handles user refresh token requests. The specific logic for user refresh token is defined in the user controller.
Source:

(static) /api/user/register

This route handles user registration requests. The specific logic for user registration is defined in the user controller.
Source: