avolkmann
06/21/2018, 6:47 AMdefault
to specify a default file, shouldn't it be served, when I call an otherwise unhandled endpoint?avolkmann
06/21/2018, 6:47 AMstatic {
file("/", "app/index.html")
default("app/index.html")
file("/favicon.ico", "app/favicon.ico")
}
avolkmann
06/21/2018, 6:47 AMfile
correctly serves the html when I hit /avolkmann
06/21/2018, 6:48 AM/test
to return the default resourceorangy
file("*", "index.html")
avolkmann
06/21/2018, 9:35 AMavolkmann
06/21/2018, 9:37 AMfile("/", "app/index.html")
to cover the bare root /