static

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

Deprecated

Please use `staticFiles` or `staticResources` instead

Create a block for static content


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

Deprecated

Please use `staticFiles` or `staticResources` instead

Create a block for static content at specified remotePath