This repository has been archived on 2020-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
requestor/test/root/not-root.js

4 lines
83 B
JavaScript
Raw Normal View History

2019-12-11 09:32:40 +01:00
module.exports = (req, res, next, opts) => {
// dummy endpoint: do nothing
};