From 72ef979da791fa278745b481437726719ef510d6 Mon Sep 17 00:00:00 2001 From: Torma Date: Wed, 21 Oct 2020 02:04:34 +0200 Subject: [PATCH] fix post --- src/Application.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {