mirror of
https://github.com/jlengrand/ktor-sample-coolify.git
synced 2026-03-10 08:31:18 +00:00
Deployments are now active
This commit is contained in:
@@ -15,7 +15,7 @@ fun Application.configureRouting() {
|
||||
}
|
||||
|
||||
get("/mood/{mood}"){
|
||||
call.respondText("Feeling ${call.parameters["mood"]}?")
|
||||
call.respondText("Are you feeling ${call.parameters["mood"]}?")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user