Ripped out the pseudonym reserve system

Moving to JWT tokens in future
This commit is contained in:
2021-03-08 11:44:12 +11:00
parent 2667af503e
commit 3e31429a4f
10 changed files with 17 additions and 110 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
const express = require('express');
const router = express.Router();
//reserve the name using a pseudonym
router.post('/reserve', require('./reserve'));
//basic route management
//TODO: import the routes
module.exports = router;