Sets the base path name for all routes within a repository. If not specified, GatEX uses the class name (e.g., UserRepository becomes /users).
UserRepository
/users
The base path for the resource (e.g., 'users').
A class decorator.
Sets the base path name for all routes within a repository. If not specified, GatEX uses the class name (e.g.,
UserRepositorybecomes/users).