+ Started POST route for spells (w/ validation) and applied changes

This commit is contained in:
Alexis
2020-05-16 14:59:10 +02:00
parent bf8205c679
commit 8468fe235a
2 changed files with 8 additions and 3 deletions

View File

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