summaryrefslogtreecommitdiff
path: root/src/hooks/index.js
blob: 4c535c4af342b00336d6c1942555c8cd79e2b5d7 (plain)
1
2
3
4
5
6
7
8
9
10
'use strict';

// Add any common hooks you want to share across services in here.
//
// Below is an example of how a hook is written and exported. Please
// see http://docs.feathersjs.com/hooks/readme.html for more details
// on hooks.

const hooks = require('feathers-hooks');
const auth = require('feathers-authentication').hooks;