Skip to content

Commit bfd16af

Browse files
committed
Polishing
Signed-off-by: Sébastien Deleuze <[email protected]>
1 parent 764b870 commit bfd16af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

complete-kotlin/src/main/kotlin/com/example/reactivewebservice/GreetingHandler.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import reactor.core.publisher.Mono
88

99
@Component
1010
class GreetingHandler {
11+
1112
fun hello(request: ServerRequest): Mono<ServerResponse> =
1213
ServerResponse.ok()
1314
.contentType(MediaType.APPLICATION_JSON)

0 commit comments

Comments
 (0)