Converted the account system to an auth system
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
module.exports = {
|
||||
//TODO: models
|
||||
};
|
||||
tokens: require('./tokens'),
|
||||
accounts: require('./accounts'),
|
||||
pendingSignups: require('./pending-signups')
|
||||
}
|
||||
Reference in New Issue
Block a user