Built motion from commit (unavailable).|2.5.31
[motion2.git] / server / api / cmHopperHistory / 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 _0x4cc6=['isAuthenticated','index','/describe','describe','/:id','post','create','put','update','path','connect-timeout','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./cmHopperHistory.controller','get'];(function(_0xc28d91,_0x3a6b19){var _0x10f2a1=function(_0x299fa7){while(--_0x299fa7){_0xc28d91['push'](_0xc28d91['shift']());}};_0x10f2a1(++_0x3a6b19);}(_0x4cc6,0x14d));var _0x64cc=function(_0x20e7e3,_0x1529be){_0x20e7e3=_0x20e7e3-0x0;var _0x14b9de=_0x4cc6[_0x20e7e3];return _0x14b9de;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x64cc('0x0'));var timeout=require(_0x64cc('0x1'));var express=require('express');var router=express[_0x64cc('0x2')]();var fs_extra=require(_0x64cc('0x3'));var auth=require(_0x64cc('0x4'));var interaction=require(_0x64cc('0x5'));var config=require(_0x64cc('0x6'));var controller=require(_0x64cc('0x7'));router[_0x64cc('0x8')]('/',auth[_0x64cc('0x9')](),controller[_0x64cc('0xa')]);router[_0x64cc('0x8')](_0x64cc('0xb'),auth[_0x64cc('0x9')](),controller[_0x64cc('0xc')]);router[_0x64cc('0x8')](_0x64cc('0xd'),auth[_0x64cc('0x9')](),controller['show']);router[_0x64cc('0xe')]('/',auth[_0x64cc('0x9')](),controller[_0x64cc('0xf')]);router[_0x64cc('0x10')]('/:id',auth[_0x64cc('0x9')](),controller[_0x64cc('0x11')]);module['exports']=router;