1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-11 05:40:11 +02:00
copilot/legacy/spikes/auth/bell/src/plugins.js

6 lines
91 B
JavaScript
Raw Normal View History

2016-11-17 16:16:10 +02:00
module.exports = [
require('inert'),
require('hapi-auth-cookie'),
require('bell')
];