static

fun Route.static(configure: Route.() -> Unit): Route(source)

Deprecated

Please use `staticFiles` or `staticResources` instead

Create a block for static content

Report a problem


fun Route.static(remotePath: String, configure: Route.() -> Unit): Route(source)

Deprecated

Please use `staticFiles` or `staticResources` instead

Create a block for static content at specified remotePath

Report a problem