Skip to content

Commit

Permalink
Updates blog URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivrajRath committed Jun 22, 2015
1 parent 1aaf116 commit af9692a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Description
This application gives your project easy setup for mock services. It supports lazy response for the services.

Blog Post: [Novice Lab](http://novicelab.org)
Blog Post: [Novice Lab](http://novicelab.org/project/stub-services-runner-in-node-js/535/)

### Installation

Expand Down
5 changes: 5 additions & 0 deletions service/api/profile/1234.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "shivraj rath",
"location": "bangalore",
"twitter": "@shivrajrath"
}
3 changes: 3 additions & 0 deletions service/api/profile/postresp/1234.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"resp": "profile added successfully"
}

0 comments on commit af9692a

Please sign in to comment.