spee.ch/auth/authentication.js
2017-09-15 14:41:47 -07:00

6 lines
65 B
JavaScript

module.exports = {
isAuthenticated (req, res, next) {
},
};