Built motion from commit 775e2a94.|2.6.3
[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 _0xf112=['isAuthenticated','update','exports','express','Router','../../components/auth/service','put','/:id'];(function(_0x1cd34d,_0x1f8559){var _0x406c54=function(_0x33deaa){while(--_0x33deaa){_0x1cd34d['push'](_0x1cd34d['shift']());}};_0x406c54(++_0x1f8559);}(_0xf112,0x133));var _0x2f11=function(_0x47cde9,_0x19d013){_0x47cde9=_0x47cde9-0x0;var _0x26fdf1=_0xf112[_0x47cde9];return _0x26fdf1;};'use strict';var express=require(_0x2f11('0x0'));var router=express[_0x2f11('0x1')]();var auth=require(_0x2f11('0x2'));var controller=require('./user-setting.controller');router[_0x2f11('0x3')](_0x2f11('0x4'),auth[_0x2f11('0x5')](),controller[_0x2f11('0x6')]);module[_0x2f11('0x7')]=router;