6955b20506edb74c4b129e0d54e573ca91836836
[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 _0x5676=['put','/:id','isAuthenticated','update','exports','express','Router','../../components/auth/service','./user-setting.controller'];(function(_0x41936a,_0x26e929){var _0x212240=function(_0x1c0554){while(--_0x1c0554){_0x41936a['push'](_0x41936a['shift']());}};_0x212240(++_0x26e929);}(_0x5676,0x113));var _0x6567=function(_0xfae23b,_0x2be4ba){_0xfae23b=_0xfae23b-0x0;var _0x200640=_0x5676[_0xfae23b];return _0x200640;};'use strict';var express=require(_0x6567('0x0'));var router=express[_0x6567('0x1')]();var auth=require(_0x6567('0x2'));var controller=require(_0x6567('0x3'));router[_0x6567('0x4')](_0x6567('0x5'),auth[_0x6567('0x6')](),controller[_0x6567('0x7')]);module[_0x6567('0x8')]=router;