Skip to content

Commit

Permalink
Fixed incomplete name of service in SERVICE constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
smduarte committed Mar 18, 2019
1 parent 4fd9f03 commit 17af34a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class PostsRestServer {
}

public static final int PORT = 7777;
public static final String SERVICE = "Microgram";
public static final String SERVICE = "Microgram-Posts";
public static String SERVER_BASE_URI = "http://%s:%s/rest";

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

0 comments on commit 17af34a

Please sign in to comment.