From ded061757044ef9d4ca088ec95432bdf5b06f358 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Fri, 22 Feb 2019 02:08:24 +0000 Subject: [users] Move user based calls from the authentication to the users api --- server/api/authentication.js | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'server/api/authentication.js') diff --git a/server/api/authentication.js b/server/api/authentication.js index 02b295b..050031c 100644 --- a/server/api/authentication.js +++ b/server/api/authentication.js @@ -27,16 +27,3 @@ noAuthRouter.post('/setup', (req, res) => { }) module.exports.noAuthRouter = noAuthRouter - -/* USERS API -var authentication = require(path.join(__appdir, 'lib', 'authentication')) -router.post('/', (req, res) => { - authentication.signup(req, res) -}) - -router.post('/:id/password', (req, res) => { - authentication.changepassword(req, res) -}) - -module.exports.router = router -*/ -- cgit v1.2.3-55-g7522