9436fd1116d1e1e64605431c7d66730217470078
[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 _0x99b0=['isAuthenticated','update','exports','Router','../../components/auth/service','./user-setting.controller','put','/:id'];(function(_0x2e8e6f,_0x193a16){var _0x5c10cd=function(_0x27fb7a){while(--_0x27fb7a){_0x2e8e6f['push'](_0x2e8e6f['shift']());}};_0x5c10cd(++_0x193a16);}(_0x99b0,0xcb));var _0x099b=function(_0x344f62,_0x4bd138){_0x344f62=_0x344f62-0x0;var _0x191372=_0x99b0[_0x344f62];return _0x191372;};'use strict';var express=require('express');var router=express[_0x099b('0x0')]();var auth=require(_0x099b('0x1'));var controller=require(_0x099b('0x2'));router[_0x099b('0x3')](_0x099b('0x4'),auth[_0x099b('0x5')](),controller[_0x099b('0x6')]);module[_0x099b('0x7')]=router;