Built motion from commit 10af8726.|2.6.34
[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 _0x0708=['exports','express','Router','../../components/auth/service','./user-setting.controller','put','/:id','update'];(function(_0x5bc2ee,_0x2d179c){var _0x373a8d=function(_0x3aeaab){while(--_0x3aeaab){_0x5bc2ee['push'](_0x5bc2ee['shift']());}};_0x373a8d(++_0x2d179c);}(_0x0708,0x169));var _0x8070=function(_0x411017,_0x4a8117){_0x411017=_0x411017-0x0;var _0x2adeea=_0x0708[_0x411017];return _0x2adeea;};'use strict';var express=require(_0x8070('0x0'));var router=express[_0x8070('0x1')]();var auth=require(_0x8070('0x2'));var controller=require(_0x8070('0x3'));router[_0x8070('0x4')](_0x8070('0x5'),auth['isAuthenticated'](),controller[_0x8070('0x6')]);module[_0x8070('0x7')]=router;