1
0
mirror of https://github.com/yldio/copilot.git synced 2025-01-26 02:40:12 +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')
];