Implemented username reserve feature
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const express = require('express');
|
||||
const router = express.Router();
|
||||
|
||||
//reserve the name on the chat server (then get out of the way)
|
||||
router.post('/reserve', require('./reserve'));
|
||||
|
||||
module.exports = router;
|
||||
Reference in New Issue
Block a user