diff --git a/src/plex/hookDump.js b/src/plex/hookDump.js new file mode 100644 index 0000000..1761757 --- /dev/null +++ b/src/plex/hookDump.js @@ -0,0 +1,14 @@ +/* +* @Author: KevinMidboe +* @Date: 2017-05-03 23:26:46 +* @Last Modified by: KevinMidboe +* @Last Modified time: 2017-05-03 23:27:59 +*/ + +const configuration = require('src/config/configuration').getInstance(); + +function hookDumpController(req, res) { + console.log(req); +} + +module.exports = hookDumpController; \ No newline at end of file