Package-level declarations

Types

Link copied to clipboard
@Controller
class ProfileController(userService: UserService) : ProfileApi

Controller for updating the user profile.

Link copied to clipboard
@Controller
class RegisterController(authService: AuthService) : RegisterApi

Controller for registering a new user.

Link copied to clipboard
@Controller
class UserController(userService: UserService) : UserApi

Controller for the user operations.