Deployments are now active

This commit is contained in:
Julien Lengrand-Lambert
2024-06-10 22:43:38 +02:00
parent 4ba138c65c
commit 08f2dee9e3

View File

@@ -15,7 +15,7 @@ fun Application.configureRouting() {
} }
get("/mood/{mood}"){ get("/mood/{mood}"){
call.respondText("Feeling ${call.parameters["mood"]}?") call.respondText("Are you feeling ${call.parameters["mood"]}?")
} }
} }
} }