I feel hard to understand how is this work. I have...
# ktor
x
I feel hard to understand how is this work. I have html file in resouces/web/index.html, and write code
Copy code
static("test") {
    resources("web")
    default("index.html")
  }