Added privilege modification to the API

This commit is contained in:
2021-03-12 15:04:01 +11:00
parent cbd3ed9d3e
commit 61ddd5b38f
4 changed files with 38 additions and 2 deletions
+2
View File
@@ -21,4 +21,6 @@ router.get('/account', require('./account'));
router.patch('/update', require('./update'));
router.delete('/deletion', require('./deletion'));
router.patch('/account/privilege', require('./account-privilege'));
module.exports = router;