Skip to content

Commit

Permalink
Removed jsonrpc example symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 14, 2010
1 parent d3735a9 commit 94753af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/jsonrpc/app.js
@@ -1,7 +1,7 @@

// curl -H "Content-Type: application/json" -d '{ "jsonrpc": "2.0", "method": "add", "params": [1,2], "id":2 }' http://localhost:3000

module.exports = require('./lib/connect').createServer([
module.exports = require('./../../lib/connect').createServer([
{ provider: 'jsonrpc', methods: {
add: function(a, b){
try {
Expand Down
1 change: 0 additions & 1 deletion examples/jsonrpc/lib/connect

This file was deleted.

0 comments on commit 94753af

Please sign in to comment.