Skip to content

Commit

Permalink
Fixing wrong link
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneider committed Jan 11, 2016
1 parent e0cb4fd commit 79120b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasklist-ds/README.md
Expand Up @@ -40,11 +40,11 @@ Open the url below in your browser to view all known tasks:
<http://localhost:8181/tasklist>

View the tasks as a rest resource
<http://localhost:8181/cxf/net/lr/tasklist/service/TaskServiceRest>
<http://localhost:8181/cxf/tasklistRest>

Create Task2 using the rest service

curl -i -X POST -H "Content-Type: application/json" -d '{task:{"id":2,"title":"Task2"}}' http://localhost:8181/cxf/net/lr/tasklist/service/TaskServiceRest
curl -i -X POST -H "Content-Type: application/json" -d '{task:{"id":2,"title":"Task2"}}' http://localhost:8181/cxf/tasklistRest

Retrieve Task2

Expand Down

0 comments on commit 79120b0

Please sign in to comment.