toggle menu
crypto-trader-api
JVM
switch theme
search in API
crypto-trader-api
/
org.cryptotrader.api.controller
/
PortfolioController
/
emptyPortfolio
empty
Portfolio
@
GetMapping
(
value
=
"/empty"
)
@
PreAuthorize
(
value
=
"isAuthenticated()"
)
open
fun
emptyPortfolio
(
@
AuthenticationPrincipal
user
:
ProductUser
)
:
ResponseEntity
<
HasPortfolioResponse
>