default

fun Route.default(localPath: String)(source)
fun Route.default(localPath: File)(source)

Deprecated

Please use `staticFiles` instead

Specifies localPath as a default file to serve when folder is requested

Report a problem