fix post
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-10-21 02:04:34 +02:00
parent cceb6e69e2
commit 72ef979da7
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ fun Application.module(testing: Boolean = false) {
}
routing {
get("/sample"){
get("/benchmark"){
call.respond("0")
}
post("/benchmark") {