Hi, I am not sure how to use webjars feature. I in...
# ktor
d
Hi, I am not sure how to use webjars feature. I installed it, and was trying to call localhost:8080/webjars path, but it doesn't work and I don't see that it's registering any routing. How is it supposed to work? Do I have to register dummy root routing?
e
@cy
c
It doesn't support directory listing, a complete path need to be supplied
d
complete path to each of the files?