Muthu Kumar
6 years ago
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||
|
const Strategy = require('@klenty/gunner/Strategy'); |
||||
|
|
||||
|
const resources = require('./lib/resources'); |
||||
|
const compiler = require('./lib/compiler'); |
||||
|
|
||||
|
const endpointStrategy = |
||||
|
new Strategy( |
||||
|
'endpoint', |
||||
|
resources, |
||||
|
compiler, |
||||
|
); |
||||
|
|
||||
|
module.exports = endpointStrategy; |
Loading…
Reference in new issue