So I stole the configuration of the KotlinConf app...
# javascript
r
So I stole the configuration of the KotlinConf app, and made a stub ktor project that serves it, but when it serves the root page nothing actually comes up
b
сс @cy
c
most likely you get 404 with no content. If you are serving static files then you need to set
default()
to get index.html working