Added chatlog and backlog features
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
//TODO: models
|
||||
chatlog: require('./chatlog')
|
||||
};
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
//TODO: models
|
||||
chatlog: require('./chatlog')
|
||||
};
|
||||