- [DB] Formatted test inserts in a single lines

This commit is contained in:
Alexis
2020-03-26 09:25:27 +01:00
parent 84232bf9f1
commit 481ed7507f
3 changed files with 74 additions and 54 deletions

View File

@@ -20,5 +20,4 @@ app.use('/spells', routes.spells);
process.on('SIGINT', () => {
db.end();
server.close();
console.log('Server closed');
})