b3ac688a0ae9d9691dc14ff3b896fba3b424c1e9
[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 _0x3c8b=['isAuthenticated','update','express','Router','../../components/auth/service','./user-setting.controller','put','/:id'];(function(_0x2923bf,_0x5bd8d5){var _0x1f60f6=function(_0x1e7d88){while(--_0x1e7d88){_0x2923bf['push'](_0x2923bf['shift']());}};_0x1f60f6(++_0x5bd8d5);}(_0x3c8b,0x152));var _0xb3c8=function(_0x44bac9,_0x3ad5b8){_0x44bac9=_0x44bac9-0x0;var _0x2948b5=_0x3c8b[_0x44bac9];return _0x2948b5;};'use strict';var express=require(_0xb3c8('0x0'));var router=express[_0xb3c8('0x1')]();var auth=require(_0xb3c8('0x2'));var controller=require(_0xb3c8('0x3'));router[_0xb3c8('0x4')](_0xb3c8('0x5'),auth[_0xb3c8('0x6')](),controller[_0xb3c8('0x7')]);module['exports']=router;