Built motion from commit 0c5f406c.|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 _0xc9b3=['isAuthenticated','exports','express','Router','../../components/auth/service','put','/:id'];(function(_0x5f3f88,_0x562baf){var _0xd08119=function(_0x42dbf7){while(--_0x42dbf7){_0x5f3f88['push'](_0x5f3f88['shift']());}};_0xd08119(++_0x562baf);}(_0xc9b3,0x159));var _0x3c9b=function(_0x29e5b8,_0x2b9feb){_0x29e5b8=_0x29e5b8-0x0;var _0x5e62e0=_0xc9b3[_0x29e5b8];return _0x5e62e0;};'use strict';var express=require(_0x3c9b('0x0'));var router=express[_0x3c9b('0x1')]();var auth=require(_0x3c9b('0x2'));var controller=require('./user-setting.controller');router[_0x3c9b('0x3')](_0x3c9b('0x4'),auth[_0x3c9b('0x5')](),controller['update']);module[_0x3c9b('0x6')]=router;