Chat report table working
This commit is contained in:
@@ -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'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user