fun ___.configureRouting() {
routing {
get("/") {
call.respondText("Hyperskill")
}
}
}
Write the name of the class for which this function is declared as an extension.
fun ___.configureRouting() {
routing {
get("/") {
call.respondText("Hyperskill")
}
}
}
Write the name of the class for which this function is declared as an extension.
Create a free account to access the full topic