Chat report table working

This commit is contained in:
2021-03-28 07:57:56 +11:00
parent f83ef938ab
commit ab0bad4f73
6 changed files with 92 additions and 0 deletions
+3
View File
@@ -20,6 +20,9 @@ app.use(cors());
//database connection
const database = require('./database');
//admin stuff
app.use('/admin', require('./admin'));
//access the chat
require('./chat')(io.of('/chat'));