a423b46619a7d6701d146abca7a1a1424bf3cf08
[motion2.git] / server / api / network / 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 _0xff01=['fs-extra','../../components/auth/service','../../config/environment','get','index','isAuthenticated','show','create','put','/:id','delete','destroy','exports','multer','util','connect-timeout','Router'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0xff01,0xb7));var _0x1ff0=function(_0x3a1243,_0x536bd6){_0x3a1243=_0x3a1243-0x0;var _0xb73735=_0xff01[_0x3a1243];return _0xb73735;};'use strict';var multer=require(_0x1ff0('0x0'));var util=require(_0x1ff0('0x1'));var path=require('path');var timeout=require(_0x1ff0('0x2'));var express=require('express');var router=express[_0x1ff0('0x3')]();var fs_extra=require(_0x1ff0('0x4'));var auth=require(_0x1ff0('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x1ff0('0x6'));var controller=require('./network.controller');router[_0x1ff0('0x7')]('/',auth['isAuthenticated'](),controller[_0x1ff0('0x8')]);router['get']('/:id',auth[_0x1ff0('0x9')](),controller[_0x1ff0('0xa')]);router['post']('/',auth[_0x1ff0('0x9')](),controller[_0x1ff0('0xb')]);router[_0x1ff0('0xc')](_0x1ff0('0xd'),auth[_0x1ff0('0x9')](),controller['update']);router[_0x1ff0('0xe')]('/:id',auth[_0x1ff0('0x9')](),controller[_0x1ff0('0xf')]);module[_0x1ff0('0x10')]=router;