Built motion from commit 56b8093a.|2.6.29
[motion2.git] / server / api / user-setting / 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 _0xb28e=['express','../../components/auth/service','./user-setting.controller','/:id','isAuthenticated','update','exports'];(function(_0x3eb455,_0x312b59){var _0x106275=function(_0xa63437){while(--_0xa63437){_0x3eb455['push'](_0x3eb455['shift']());}};_0x106275(++_0x312b59);}(_0xb28e,0x12d));var _0xeb28=function(_0x3a9b74,_0x442c48){_0x3a9b74=_0x3a9b74-0x0;var _0x570a9d=_0xb28e[_0x3a9b74];return _0x570a9d;};'use strict';var express=require(_0xeb28('0x0'));var router=express['Router']();var auth=require(_0xeb28('0x1'));var controller=require(_0xeb28('0x2'));router['put'](_0xeb28('0x3'),auth[_0xeb28('0x4')](),controller[_0xeb28('0x5')]);module[_0xeb28('0x6')]=router;