mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-02-13 01:11:20 +01:00
allow overriding web files
This commit is contained in:
parent
17045a54f0
commit
9ebae3d7df
@ -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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user