spee.ch/auth/authentication.js

6 lines
65 B
JavaScript
Raw Normal View History

2017-09-15 14:41:47 -07:00
module.exports = {
isAuthenticated (req, res, next) {
},
};