dd8cbd3611363e0ac7eba9cf62a0e8d3ad874c9e
[motion2.git] / server / api / openchannelApplication / 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 _0xc066=['path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./openchannelApplication.controller','get','isAuthenticated','index','show','create','put','/:id','destroy','exports','multer','util'];(function(_0x478c8a,_0x9afc92){var _0x3b6b3e=function(_0x37634e){while(--_0x37634e){_0x478c8a['push'](_0x478c8a['shift']());}};_0x3b6b3e(++_0x9afc92);}(_0xc066,0x12a));var _0x6c06=function(_0x2641f9,_0x26715f){_0x2641f9=_0x2641f9-0x0;var _0x585741=_0xc066[_0x2641f9];return _0x585741;};'use strict';var multer=require(_0x6c06('0x0'));var util=require(_0x6c06('0x1'));var path=require(_0x6c06('0x2'));var timeout=require(_0x6c06('0x3'));var express=require(_0x6c06('0x4'));var router=express[_0x6c06('0x5')]();var fs_extra=require(_0x6c06('0x6'));var auth=require(_0x6c06('0x7'));var interaction=require(_0x6c06('0x8'));var config=require(_0x6c06('0x9'));var controller=require(_0x6c06('0xa'));router[_0x6c06('0xb')]('/',auth[_0x6c06('0xc')](),controller[_0x6c06('0xd')]);router['get']('/:id',auth['isAuthenticated'](),controller[_0x6c06('0xe')]);router['post']('/',auth['isAuthenticated'](),controller[_0x6c06('0xf')]);router[_0x6c06('0x10')](_0x6c06('0x11'),auth[_0x6c06('0xc')](),controller['update']);router['delete'](_0x6c06('0x11'),auth[_0x6c06('0xc')](),controller[_0x6c06('0x12')]);module[_0x6c06('0x13')]=router;