Skip to content

Commit

Permalink
concat relative url logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jairajs89 committed Jan 22, 2013
1 parent 90204f8 commit 2578b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Jairaj Sethi <j@jairaj.org> (http://jairaj.org/)",
"name": "zerver",
"description": "client-integrated webapp server",
"version": "0.7.5",
"version": "0.7.6",
"repository": {
"type": "git",
"url": "git://github.com/jairajs89/zerver.git"
Expand Down
2 changes: 1 addition & 1 deletion zerver.js
Expand Up @@ -655,7 +655,7 @@ function concatRequest (handler, pathname) {
return;
}

var urlPath = url.resolve(pathname, fileName);
var urlPath = url.resolve('/', fileName);

var urlParts;
try {
Expand Down

0 comments on commit 2578b5e

Please sign in to comment.