Built motion from commit f57cc866.|2.6.31
[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 _0x5e57=['show','post','put','update','delete','destroy','exports','multer','path','connect-timeout','Router','fs-extra','../../components/interaction/service','../../config/environment','./voiceQueuesLog.controller','get','isAuthenticated','index','/:id'];(function(_0x10a212,_0x579d85){var _0x23c82b=function(_0x412ea9){while(--_0x412ea9){_0x10a212['push'](_0x10a212['shift']());}};_0x23c82b(++_0x579d85);}(_0x5e57,0x170));var _0x75e5=function(_0x3ab51d,_0x2fa01d){_0x3ab51d=_0x3ab51d-0x0;var _0x29a04e=_0x5e57[_0x3ab51d];return _0x29a04e;};'use strict';var multer=require(_0x75e5('0x0'));var util=require('util');var path=require(_0x75e5('0x1'));var timeout=require(_0x75e5('0x2'));var express=require('express');var router=express[_0x75e5('0x3')]();var fs_extra=require(_0x75e5('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0x75e5('0x5'));var config=require(_0x75e5('0x6'));var controller=require(_0x75e5('0x7'));router[_0x75e5('0x8')]('/',auth[_0x75e5('0x9')](),controller[_0x75e5('0xa')]);router[_0x75e5('0x8')](_0x75e5('0xb'),auth['isAuthenticated'](),controller[_0x75e5('0xc')]);router[_0x75e5('0xd')]('/',auth[_0x75e5('0x9')](),controller['create']);router[_0x75e5('0xe')](_0x75e5('0xb'),auth[_0x75e5('0x9')](),controller[_0x75e5('0xf')]);router[_0x75e5('0x10')](_0x75e5('0xb'),auth[_0x75e5('0x9')](),controller[_0x75e5('0x11')]);module[_0x75e5('0x12')]=router;