From d8df1d21e42d25c1c7c4e6a0fdf149bb3c8d5ff5 Mon Sep 17 00:00:00 2001 From: SVEK Date: Sat, 23 Feb 2019 20:12:20 +0300 Subject: [PATCH] add gitignore --- src/App.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.java b/src/App.java index dedea82..6999aa5 100644 --- a/src/App.java +++ b/src/App.java @@ -4,7 +4,7 @@ public class App { public static void main( String[] args ) { - String url = "http://localhost:8080/PersonService"; + String url = "http://localhost:8080/PersonWebService"; Endpoint.publish(url, new PersonWebService()); } }