Add accounts migration

This commit is contained in:
2020-04-30 20:39:51 +02:00
parent d5545f4ae1
commit c9ad8b30c7
6 changed files with 401 additions and 7 deletions

View File

@@ -6,5 +6,4 @@ router.get('/', function (req, res) {
res.send('Accounts home page');
});
module.exports = router;