Built motion from commit (unavailable).|2.5.4
[motion2.git] / server / api / userProfileSection / 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 _0xf5a7=['../../components/auth/service','../../components/interaction/service','../../config/environment','./userProfileSection.controller','isAuthenticated','index','get','/describe','describe','show','create','/:id','delete','destroy','exports','multer','util','connect-timeout','express'];(function(_0x3438c9,_0x4fe558){var _0x5b4df7=function(_0x474a96){while(--_0x474a96){_0x3438c9['push'](_0x3438c9['shift']());}};_0x5b4df7(++_0x4fe558);}(_0xf5a7,0xba));var _0x7f5a=function(_0x5622e4,_0x228d5f){_0x5622e4=_0x5622e4-0x0;var _0x39c928=_0xf5a7[_0x5622e4];return _0x39c928;};'use strict';var multer=require(_0x7f5a('0x0'));var util=require(_0x7f5a('0x1'));var path=require('path');var timeout=require(_0x7f5a('0x2'));var express=require(_0x7f5a('0x3'));var router=express['Router']();var auth=require(_0x7f5a('0x4'));var interaction=require(_0x7f5a('0x5'));var config=require(_0x7f5a('0x6'));var controller=require(_0x7f5a('0x7'));router['get']('/',auth[_0x7f5a('0x8')](),controller[_0x7f5a('0x9')]);router[_0x7f5a('0xa')](_0x7f5a('0xb'),auth[_0x7f5a('0x8')](),controller[_0x7f5a('0xc')]);router['get']('/:id',auth[_0x7f5a('0x8')](),controller[_0x7f5a('0xd')]);router['post']('/',auth[_0x7f5a('0x8')](),controller[_0x7f5a('0xe')]);router['put'](_0x7f5a('0xf'),auth[_0x7f5a('0x8')](),controller['update']);router[_0x7f5a('0x10')](_0x7f5a('0xf'),auth[_0x7f5a('0x8')](),controller[_0x7f5a('0x11')]);module[_0x7f5a('0x12')]=router;