spee.ch/auth/authentication.js

6 lines
65 B
JavaScript
Raw Normal View History

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