Skip to content

Commit

Permalink
Added Benny's fix for path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ydaniv committed Apr 30, 2012
1 parent 4b3e320 commit c18d08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rest.js
Expand Up @@ -39,7 +39,7 @@ module.exports = function(app){
o = {
host: 'api.dev.oknesset.org',
port: 80,
path: path
path: '/api/v2'+path
};

console.log('Got request to', path);
Expand Down

0 comments on commit c18d08b

Please sign in to comment.