mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +01:00
refactor: user create and profile update to use api lib
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
users: require('./users'),
|
||||
groups: require('./groups'),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user