Rename server => modules
This commit is contained in:
5
modules/actions/showAuth.js
Normal file
5
modules/actions/showAuth.js
Normal file
@ -0,0 +1,5 @@
|
||||
function showAuth(req, res) {
|
||||
res.send({ auth: req.user });
|
||||
}
|
||||
|
||||
module.exports = showAuth;
|
Reference in New Issue
Block a user