mirror of https://github.com/apache/druid.git
parent
2771ed50b0
commit
15c3124e7f
|
@ -71,7 +71,8 @@ public class RouterJettyServerInitializer implements JettyServerInitializer
|
|||
"/unified-console.html",
|
||||
"/favicon.png",
|
||||
"/console.html",
|
||||
"/index.html"
|
||||
"/index.html",
|
||||
"/console-config.js"
|
||||
);
|
||||
|
||||
private final DruidHttpClientConfig routerHttpClientConfig;
|
||||
|
|
Loading…
Reference in New Issue