PingResource

@Path(value = "/")
@Produces(value = ["application/json"])
class PingResource

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
@Path(value = "/ping")
@GET
@Produces(value = ["text/plain"])
fun ping(): String