Built motion from commit d1eab355.|2.6.28
[motion2.git] / server / api / chatApplication / 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 _0x31e1=['destroy','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatApplication.controller','get','isAuthenticated','show','put','/:id'];(function(_0x26462c,_0xd20a35){var _0x509a42=function(_0x1b22c9){while(--_0x1b22c9){_0x26462c['push'](_0x26462c['shift']());}};_0x509a42(++_0xd20a35);}(_0x31e1,0x155));var _0x131e=function(_0x3ad839,_0x410ed1){_0x3ad839=_0x3ad839-0x0;var _0x2a4fd3=_0x31e1[_0x3ad839];return _0x2a4fd3;};'use strict';var multer=require(_0x131e('0x0'));var util=require(_0x131e('0x1'));var path=require(_0x131e('0x2'));var timeout=require(_0x131e('0x3'));var express=require(_0x131e('0x4'));var router=express[_0x131e('0x5')]();var fs_extra=require(_0x131e('0x6'));var auth=require(_0x131e('0x7'));var interaction=require(_0x131e('0x8'));var config=require(_0x131e('0x9'));var controller=require(_0x131e('0xa'));router[_0x131e('0xb')]('/:id',auth[_0x131e('0xc')](),controller[_0x131e('0xd')]);router[_0x131e('0xe')](_0x131e('0xf'),auth[_0x131e('0xc')](),controller['update']);router['delete'](_0x131e('0xf'),auth[_0x131e('0xc')](),controller[_0x131e('0x10')]);module['exports']=router;