Built motion from commit 67e5df37.|2.0.65
[motion2.git] / server / api / openchannelQueueReport / index.js
1 // xCALLY MOTION OBFUSCATOR 2.0.65
2 var _0xea4c=['index','/describe','describe','/:id','show','post','create','put','destroy','multer','util','express','Router','../../components/interaction/service','get','isAuthenticated'];(function(_0x1dcc0c,_0x1d6ba5){var _0x5d115b=function(_0x804092){while(--_0x804092){_0x1dcc0c['push'](_0x1dcc0c['shift']());}};_0x5d115b(++_0x1d6ba5);}(_0xea4c,0x169));var _0xcea4=function(_0x3feed9,_0x120398){_0x3feed9=_0x3feed9-0x0;var _0x382bae=_0xea4c[_0x3feed9];return _0x382bae;};'use strict';var multer=require(_0xcea4('0x0'));var util=require(_0xcea4('0x1'));var path=require('path');var express=require(_0xcea4('0x2'));var router=express[_0xcea4('0x3')]();var auth=require('../../components/auth/service');var interaction=require(_0xcea4('0x4'));var config=require('../../config/environment');var controller=require('./openchannelQueueReport.controller');router[_0xcea4('0x5')]('/',auth[_0xcea4('0x6')](),controller[_0xcea4('0x7')]);router['get'](_0xcea4('0x8'),auth[_0xcea4('0x6')](),controller[_0xcea4('0x9')]);router[_0xcea4('0x5')](_0xcea4('0xa'),auth[_0xcea4('0x6')](),controller[_0xcea4('0xb')]);router[_0xcea4('0xc')]('/',auth[_0xcea4('0x6')](),controller[_0xcea4('0xd')]);router[_0xcea4('0xe')](_0xcea4('0xa'),auth[_0xcea4('0x6')](),controller['update']);router['delete'](_0xcea4('0xa'),auth[_0xcea4('0x6')](),controller[_0xcea4('0xf')]);module['exports']=router;