AccountController

@Autowired
constructor(sessionService: SessionService, profilePictureService: ProfilePictureOperations, productUserService: ProductUserService)

REST endpoints for account management.

Author

Oliver Lear Sigwarth (theoliverlear)

See also

ProfilePictureOperations
ProductUserService
SessionService