diff --git a/index.js b/index.js index 3798e14..5a66bb6 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ app.use(cors()); app.use('/public', express.static(process.cwd() + '/public')); app.get('/', function (req, res) { - res.sendFile(process.cwd() + '/views/index.html'); + res.sendFile(process.cwd() + '/views/index.html'); });