Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 516642 - Can't create new files or folders when hosting single-us…
…er locally
  • Loading branch information
squarti committed May 15, 2017
1 parent 24a5efb commit 01a9cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/orionode/lib/file.js
Expand Up @@ -257,7 +257,7 @@ module.exports = function(options) {
return;
}

var file = fileUtil.getFile(req, nodePath.join(rest, fileName));
var file = fileUtil.getFile(req, api.join(rest, fileName));
fileUtil.handleFilePOST(workspaceRoot, fileRoot, req, res, file);
}

Expand Down

0 comments on commit 01a9cb2

Please sign in to comment.