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