diff --git a/index.js b/index.js new file mode 100644 index 0000000..d52f5a6 --- /dev/null +++ b/index.js @@ -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; \ No newline at end of file