+ Started POST route for spells (w/ validation) and applied changes
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
const spells = require('./spells');
|
||||
const spells = require('./spells')
|
||||
const schools = require('./schools')
|
||||
|
||||
module.exports = {
|
||||
spells,
|
||||
schools,
|
||||
}
|
||||
Reference in New Issue
Block a user