Built motion from commit e6806ed6.|2.6.0
[motion2.git] / server / api / voiceQueuesLog / index.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0xae99=['get','isAuthenticated','/:id','show','post','put','update','delete','destroy','exports','multer','util','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceQueuesLog.controller'];(function(_0x5ee75a,_0x2da259){var _0x503caf=function(_0x4df88a){while(--_0x4df88a){_0x5ee75a['push'](_0x5ee75a['shift']());}};_0x503caf(++_0x2da259);}(_0xae99,0x172));var _0x9ae9=function(_0x167cc1,_0x56ef5a){_0x167cc1=_0x167cc1-0x0;var _0x10bc4b=_0xae99[_0x167cc1];return _0x10bc4b;};'use strict';var multer=require(_0x9ae9('0x0'));var util=require(_0x9ae9('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express[_0x9ae9('0x2')]();var fs_extra=require(_0x9ae9('0x3'));var auth=require(_0x9ae9('0x4'));var interaction=require(_0x9ae9('0x5'));var config=require(_0x9ae9('0x6'));var controller=require(_0x9ae9('0x7'));router[_0x9ae9('0x8')]('/',auth[_0x9ae9('0x9')](),controller['index']);router['get'](_0x9ae9('0xa'),auth['isAuthenticated'](),controller[_0x9ae9('0xb')]);router[_0x9ae9('0xc')]('/',auth[_0x9ae9('0x9')](),controller['create']);router[_0x9ae9('0xd')](_0x9ae9('0xa'),auth[_0x9ae9('0x9')](),controller[_0x9ae9('0xe')]);router[_0x9ae9('0xf')](_0x9ae9('0xa'),auth[_0x9ae9('0x9')](),controller[_0x9ae9('0x10')]);module[_0x9ae9('0x11')]=router;