- [API] Added User routes (need polishing because it parses and sends sensitive data)

This commit is contained in:
Alexis
2020-05-23 21:48:27 +02:00
parent 64389a3c07
commit 08b0b94bd8
10 changed files with 794 additions and 113 deletions

View File

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