toggle menu
crypto-trader-api
JVM
switch theme
search in API
crypto-trader-api
/
org.cryptotrader.api.controller
/
UserController
User
Controller
@
RestController
@
RequestMapping
(
value
=
"/api/user"
)
open
class
UserController
Members
Constructors
User
Controller
Link copied to clipboard
@
Autowired
constructor
(
productUserService
:
ProductUserService
,
portfolioService
:
PortfolioService
)