Skip to content

Commit

Permalink
Reverted change for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgobbo committed May 26, 2020
1 parent 4634470 commit 67f4065
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/ch/psi/pshell/core/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ public Server(String hostname, Integer port) throws UnknownHostException {
String home = Context.getInstance().getSetup().getWwwPath();
server.getServerConfiguration().addHttpHandler(new StaticHttpHandler(home), "/static");
logger.info(String.format("Interface available at %s", getInterfaceURL()));

String test = Context.getInstance().getSetup().getWwwPath() + "/test";
server.getServerConfiguration().addHttpHandler(new StaticHttpHandler(test), "/test");
}

@Override
Expand Down

0 comments on commit 67f4065

Please sign in to comment.