portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.article.presentation
/
ArticleViewerController
/
getArticle
get
Article
@
GetMapping
(
value
=
[
"/{articleId}"
]
)
fun
getArticle
(
@
PathVariable
articleId
:
Long
,
request
:
HttpServletRequest
)
:
ResponseEntity
<
ArticleResponse
>