toggle menu
kilua-project
0.0.15
jvm
switch theme
search in API
kilua-ssr-server-micronaut
/
dev.kilua.ssr
/
SsrController
/
root
root
@
Produces
(
value
=
[
"text/html"
]
)
@
Get
(
value
=
"/"
)
suspend
fun
root
(
request
:
HttpRequest
<
*
>
)
:
HttpResponse
<
String
>