diff --git a/src/Application.kt b/src/Application.kt index 78b0d1a..61d7595 100644 --- a/src/Application.kt +++ b/src/Application.kt @@ -43,7 +43,7 @@ fun Application.module(testing: Boolean = false) { } routing { - get("/sample"){ + get("/benchmark"){ call.respond("0") } post("/benchmark") {