Built motion from commit a61a4a20.|2.5.46
[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 _0x9f8b=['destroy','util','path','connect-timeout','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceQueuesLog.controller','get','isAuthenticated','index','/:id','show','put','update','delete'];(function(_0x3e9554,_0x595f3e){var _0x5980db=function(_0x1a2856){while(--_0x1a2856){_0x3e9554['push'](_0x3e9554['shift']());}};_0x5980db(++_0x595f3e);}(_0x9f8b,0x9a));var _0xb9f8=function(_0x211f66,_0x6d409f){_0x211f66=_0x211f66-0x0;var _0x324240=_0x9f8b[_0x211f66];return _0x324240;};'use strict';var multer=require('multer');var util=require(_0xb9f8('0x0'));var path=require(_0xb9f8('0x1'));var timeout=require(_0xb9f8('0x2'));var express=require('express');var router=express['Router']();var fs_extra=require(_0xb9f8('0x3'));var auth=require(_0xb9f8('0x4'));var interaction=require(_0xb9f8('0x5'));var config=require(_0xb9f8('0x6'));var controller=require(_0xb9f8('0x7'));router[_0xb9f8('0x8')]('/',auth[_0xb9f8('0x9')](),controller[_0xb9f8('0xa')]);router[_0xb9f8('0x8')](_0xb9f8('0xb'),auth[_0xb9f8('0x9')](),controller[_0xb9f8('0xc')]);router['post']('/',auth[_0xb9f8('0x9')](),controller['create']);router[_0xb9f8('0xd')](_0xb9f8('0xb'),auth[_0xb9f8('0x9')](),controller[_0xb9f8('0xe')]);router[_0xb9f8('0xf')](_0xb9f8('0xb'),auth[_0xb9f8('0x9')](),controller[_0xb9f8('0x10')]);module['exports']=router;