mirror of
https://github.com/Febbweiss/CloudBudget.git
synced 2026-03-05 06:45:39 +00:00
Clean: no more embedded client\nFeature: add license + README up-to-date
This commit is contained in:
@@ -11,6 +11,6 @@ module.exports = function(app) {
|
||||
})
|
||||
|
||||
app.get('*', function(req, res) {
|
||||
res.sendfile('./public/views/index.html');
|
||||
res.sendfile('./public/index.html');
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user