route

fun <T : OpenAPIRoute<T>> T.route(path: String): T(source)


inline fun <TRoute : OpenAPIRoute<TRoute>> TRoute.route(path: String, crossinline fn: TRoute.() -> Unit)(source)

Creates a new route matching the specified path