Skip to content

Commit

Permalink
Fixed the example of using the library in Express
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed Nov 22, 2017
1 parent 876629a commit 4bf7bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ app.all(pathRegex, (req, res) => {
req.url = subUrl;

// Execute the request in the WebDAV server
server.executeRequest(req, res);
server.executeRequest(req, res, root);
});

app.listen(1901); // Start the Express server
Expand Down

0 comments on commit 4bf7bd3

Please sign in to comment.