Registration and activation
This commit is contained in:
13
backend/models/index.js
Normal file
13
backend/models/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import User from './community/user.js';
|
||||
import UserParam from './community/user_param.js';
|
||||
import UserParamType from './type/user_param.js';
|
||||
import Login from './logs/login.js';
|
||||
|
||||
const models = {
|
||||
User,
|
||||
UserParam,
|
||||
UserParamType,
|
||||
Login
|
||||
};
|
||||
|
||||
export default models;
|
||||
Reference in New Issue
Block a user