Clean: no more embedded client\nFeature: add license + README up-to-date

This commit is contained in:
2015-09-02 12:09:08 +00:00
parent 695fc03f67
commit 30eeb6c59a
14 changed files with 42 additions and 65 deletions

View File

@@ -11,6 +11,6 @@ module.exports = function(app) {
})
app.get('*', function(req, res) {
res.sendfile('./public/views/index.html');
res.sendfile('./public/index.html');
});
};