ac26f73976287adad2666c577d172e91957d0750
[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 _0x3ffe=['update','exports','Router','../../components/auth/service','./user-setting.controller','put','/:id','isAuthenticated'];(function(_0x45eaa8,_0x354904){var _0x249ae1=function(_0xd17493){while(--_0xd17493){_0x45eaa8['push'](_0x45eaa8['shift']());}};_0x249ae1(++_0x354904);}(_0x3ffe,0x1b2));var _0xe3ff=function(_0x15bc81,_0x4d4f77){_0x15bc81=_0x15bc81-0x0;var _0x59440e=_0x3ffe[_0x15bc81];return _0x59440e;};'use strict';var express=require('express');var router=express[_0xe3ff('0x0')]();var auth=require(_0xe3ff('0x1'));var controller=require(_0xe3ff('0x2'));router[_0xe3ff('0x3')](_0xe3ff('0x4'),auth[_0xe3ff('0x5')](),controller[_0xe3ff('0x6')]);module[_0xe3ff('0x7')]=router;