diff --git a/index.js b/index.js index 4d851b3..b0ecfd9 100644 --- a/index.js +++ b/index.js @@ -2,4 +2,4 @@ const path = require('path'); module.exports = () => { return path.join(__dirname, 'static'); -} +};