UserRouter

class UserRouter @Inject constructor(createUserService: Provider<CreateUserService>, getUserService: Provider<GetUserService>)

Router class for user-related routes.

Constructors

Link copied to clipboard
@Inject
constructor(createUserService: Provider<CreateUserService>, getUserService: Provider<GetUserService>)

Functions

Link copied to clipboard
fun Route.wireRoutes()

Wires the user-related routes.