mirror of
https://github.com/Febbweiss/CloudBudget.git
synced 2026-03-05 06:45:39 +00:00
Feature: add resource to list all accounts
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = function(app) {
|
||||
}
|
||||
})
|
||||
|
||||
app.get('*', function(req, res) {
|
||||
app.get('*', function(req, res, next) {
|
||||
res.sendfile('./public/index.html');
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user