Added chatlog and backlog features

This commit is contained in:
2021-03-18 02:41:10 +11:00
parent b265d1f417
commit 05f91ffebc
4 changed files with 111 additions and 7 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
module.exports = {
//TODO: models
chatlog: require('./chatlog')
};