Some small changes
This commit is contained in:
parent
ee19d84434
commit
e63a4cc086
3 changed files with 4 additions and 4 deletions
|
|
@ -32,6 +32,7 @@ public class WebAdminServer {
|
|||
//http.setPage("status", new StatusPage(pluginManager));
|
||||
//http.setPage("service", new ServicePage(pluginManager));
|
||||
//http.setPage("servicestatus", new ServiceStatusPage(pluginManager));
|
||||
//http.setPage("config", new ConfigPage(pluginManager));
|
||||
http.setDefaultPage(new HttpFilePage(FileUtil.find("WebContent/")));
|
||||
http.start();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue