Skip to content

Commit

Permalink
Fixed the example of the Custom Web Resource, which was not loading t…
Browse files Browse the repository at this point in the history
…he 'webdav-server' module but the 'lib/index.js' of the root folder
  • Loading branch information
AdrienCastex committed Jun 19, 2017
1 parent 0a9ca37 commit 00661a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/customWebResource/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const webFsManager = require('./js/fsManager.js'),
webFile = require('./js/resource.js'),
webdav = require('../../lib/index.js'),
webdav = require('webdav-server'),
zlib = require('zlib'),
fs = require('fs');

Expand Down

0 comments on commit 00661a0

Please sign in to comment.