allow overriding web files

This commit is contained in:
creeper123123321 2021-07-10 09:41:40 -03:00
parent 17045a54f0
commit 9ebae3d7df

View File

@ -41,6 +41,8 @@ class ViaWebApp(val viaWebServer: WebDashboardServer) {
routing {
static {
default("config/web/index.html")
files("config/web")
defaultResource("index.html", "web")
resources("web")
}