I am trying to get static files it is working with...
# ktor
i
I am trying to get static files it is working with file extensions  like 
/static/xyz.json
 but I want access it like  
/static/xyz
 . can anyone know how to do it?
I got solution, it just I use
resource(remotePath: String, resource: String = remotePath, resourcePackage: String? = null)
method