Built motion from commit 092f8824.|2.5.49
[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 _0x1d67=['Router','../../components/auth/service','./user-setting.controller','put','/:id','isAuthenticated','exports'];(function(_0x4792c8,_0x5158a1){var _0x35edb1=function(_0x2472d3){while(--_0x2472d3){_0x4792c8['push'](_0x4792c8['shift']());}};_0x35edb1(++_0x5158a1);}(_0x1d67,0xcb));var _0x71d6=function(_0x4be659,_0x512b08){_0x4be659=_0x4be659-0x0;var _0x4496a2=_0x1d67[_0x4be659];return _0x4496a2;};'use strict';var express=require('express');var router=express[_0x71d6('0x0')]();var auth=require(_0x71d6('0x1'));var controller=require(_0x71d6('0x2'));router[_0x71d6('0x3')](_0x71d6('0x4'),auth[_0x71d6('0x5')](),controller['update']);module[_0x71d6('0x6')]=router;