Skip to content

Commit

Permalink
Fixed: Server outputs wrong root path for helloworld
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarg committed Jul 24, 2019
1 parent c2f3392 commit 63a310d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public class App {

private static final URI BASE_URI = URI.create("http://localhost:8080/");
public static final String ROOT_HELLO_PATH = "helloworld";
public static final String ROOT_HELLO_PATH = "helloworld/Some%20Name";
public static final String ROOT_COUNTER_PATH = "counter";

public static void main(String[] args) {
Expand Down

0 comments on commit 63a310d

Please sign in to comment.