Routes plex webhook to handler.

This commit is contained in:
2017-05-10 20:14:55 -06:00
parent 4bdffad9fb
commit 98d30257f0

View File

@@ -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;