7891739fd1e88840848f711a878fc16bb075f57e
[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 _0x701d=['exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceQueuesLog.controller','isAuthenticated','index','get','/:id','show','post','create','update','delete','destroy'];(function(_0x2b8ecb,_0x42ec28){var _0x2090ff=function(_0x41e17d){while(--_0x41e17d){_0x2b8ecb['push'](_0x2b8ecb['shift']());}};_0x2090ff(++_0x42ec28);}(_0x701d,0xb1));var _0xd701=function(_0x170fab,_0x260e3c){_0x170fab=_0x170fab-0x0;var _0x4ff99b=_0x701d[_0x170fab];return _0x4ff99b;};'use strict';var multer=require(_0xd701('0x0'));var util=require(_0xd701('0x1'));var path=require(_0xd701('0x2'));var timeout=require(_0xd701('0x3'));var express=require(_0xd701('0x4'));var router=express[_0xd701('0x5')]();var fs_extra=require(_0xd701('0x6'));var auth=require(_0xd701('0x7'));var interaction=require(_0xd701('0x8'));var config=require(_0xd701('0x9'));var controller=require(_0xd701('0xa'));router['get']('/',auth[_0xd701('0xb')](),controller[_0xd701('0xc')]);router[_0xd701('0xd')](_0xd701('0xe'),auth[_0xd701('0xb')](),controller[_0xd701('0xf')]);router[_0xd701('0x10')]('/',auth[_0xd701('0xb')](),controller[_0xd701('0x11')]);router['put'](_0xd701('0xe'),auth[_0xd701('0xb')](),controller[_0xd701('0x12')]);router[_0xd701('0x13')](_0xd701('0xe'),auth[_0xd701('0xb')](),controller[_0xd701('0x14')]);module[_0xd701('0x15')]=router;