forked from Qortal/qortal
Change node UI start URL to index.html
This commit is contained in:
parent
921953d304
commit
7993c3e594
@ -50,7 +50,7 @@ public class UiService {
|
||||
uiServlet.setInitParameter("pathInfoOnly", "true");
|
||||
context.addServlet(uiServlet, "/*");
|
||||
|
||||
rewriteHandler.addRule(new RedirectPatternRule("", "/peer.html")); // node management UI start page
|
||||
rewriteHandler.addRule(new RedirectPatternRule("", "/index.html")); // node management UI start page
|
||||
}
|
||||
|
||||
private static UiService instance;
|
||||
|
Loading…
Reference in New Issue
Block a user