Built motion from commit 53172ac8.|2.6.30
[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 _0x4a6a=['./user-setting.controller','/:id','isAuthenticated','update','express','Router','../../components/auth/service'];(function(_0x4e05ea,_0x1a33e3){var _0x14a86a=function(_0x2773af){while(--_0x2773af){_0x4e05ea['push'](_0x4e05ea['shift']());}};_0x14a86a(++_0x1a33e3);}(_0x4a6a,0xdd));var _0xa4a6=function(_0x241cfc,_0x5b30a1){_0x241cfc=_0x241cfc-0x0;var _0x49f4f1=_0x4a6a[_0x241cfc];return _0x49f4f1;};'use strict';var express=require(_0xa4a6('0x0'));var router=express[_0xa4a6('0x1')]();var auth=require(_0xa4a6('0x2'));var controller=require(_0xa4a6('0x3'));router['put'](_0xa4a6('0x4'),auth[_0xa4a6('0x5')](),controller[_0xa4a6('0x6')]);module['exports']=router;