+ Added [router] and cleaned some code

This commit is contained in:
Alexis
2020-03-23 18:35:13 +01:00
parent bd141eeda3
commit 144eb31392
4 changed files with 53 additions and 44 deletions

5
routes/index.js Normal file
View File

@@ -0,0 +1,5 @@
const spells = require('./spells');
module.exports = {
spells,
}