1 parent 47e14da commit e0668f5Copy full SHA for e0668f5
1 file changed
src/main/kotlin/server2/SpringApp.kt
@@ -22,7 +22,7 @@ val counter = java.util.concurrent.atomic.AtomicLong()
22
@RestController
23
class HelloController {
24
@GetMapping("/hello")
25
- fun hello(): String = "Hello, World! The app has served ${counter.incrementAndGet()} requests."
+ fun hello(): String = "hello world"
26
}
27
28
0 commit comments