mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Change node UI start URL to index.html
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user