hfhbd
@Test fun fa() = testApplication { application { routing { get { call.respond("Hello World") } } } assertEquals(HttpStatusCode.OK, client.get("/foo") {}.status) // 404 Route not found }
Aleksei Tirman [JB]
route("/")
A modern programming language that makes developers happier.