``` route("static") { serveFileSystem(...
# ktor
o
Copy code
route("static") {
            serveFileSystem(staticfilesDir)
        }