Extension Function

Report a typo

fun ___.configureRouting() {
    routing {
        get("/") {
            call.respondText("Hyperskill")
        }
    }
}

Write the name of the class for which this function is declared as an extension.

Enter a short text
___

Create a free account to access the full topic