Implemented personal settings
This commit is contained in:
@@ -4,7 +4,8 @@ import UserParamType from './type/user_param.js';
|
||||
import Login from './logs/login.js';
|
||||
import UserRightType from './type/user_right.js';
|
||||
import UserRight from './community/user_right.js';
|
||||
import SettingsType from './type/settings_type.js';
|
||||
import SettingsType from './type/settings.js';
|
||||
import UserParamValue from './type/user_param_value.js';
|
||||
|
||||
const models = {
|
||||
User,
|
||||
@@ -14,6 +15,7 @@ const models = {
|
||||
UserRightType,
|
||||
UserRight,
|
||||
SettingsType,
|
||||
UserParamValue,
|
||||
};
|
||||
|
||||
export default models;
|
||||
|
||||
Reference in New Issue
Block a user