Built motion from commit 9d0783e6.|2.6.13
[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 _0x71b6=['isAuthenticated','update','exports','express','put','/:id'];(function(_0x47b58b,_0x41a189){var _0x46bebe=function(_0x22bbfa){while(--_0x22bbfa){_0x47b58b['push'](_0x47b58b['shift']());}};_0x46bebe(++_0x41a189);}(_0x71b6,0xb1));var _0x671b=function(_0x1a8b4c,_0x208280){_0x1a8b4c=_0x1a8b4c-0x0;var _0x120322=_0x71b6[_0x1a8b4c];return _0x120322;};'use strict';var express=require(_0x671b('0x0'));var router=express['Router']();var auth=require('../../components/auth/service');var controller=require('./user-setting.controller');router[_0x671b('0x1')](_0x671b('0x2'),auth[_0x671b('0x3')](),controller[_0x671b('0x4')]);module[_0x671b('0x5')]=router;