089b1a5157416f5531f45ac09e2f495229c0628d
[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 _0x4acc=['./user-setting.controller','put','/:id','isAuthenticated','update','exports','express'];(function(_0x3e6d5d,_0x264c7a){var _0x238923=function(_0x201b19){while(--_0x201b19){_0x3e6d5d['push'](_0x3e6d5d['shift']());}};_0x238923(++_0x264c7a);}(_0x4acc,0x125));var _0xc4ac=function(_0x2a5c5b,_0x2c2c35){_0x2a5c5b=_0x2a5c5b-0x0;var _0x10f8d0=_0x4acc[_0x2a5c5b];return _0x10f8d0;};'use strict';var express=require(_0xc4ac('0x0'));var router=express['Router']();var auth=require('../../components/auth/service');var controller=require(_0xc4ac('0x1'));router[_0xc4ac('0x2')](_0xc4ac('0x3'),auth[_0xc4ac('0x4')](),controller[_0xc4ac('0x5')]);module[_0xc4ac('0x6')]=router;