- [API] Added User routes (need polishing because it parses and sends sensitive data)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
const users = require('./users')
|
||||
const spells = require('./spells')
|
||||
const schools = require('./schools')
|
||||
|
||||
module.exports = {
|
||||
spells,
|
||||
schools,
|
||||
users
|
||||
}
|
||||
Reference in New Issue
Block a user