10d9ac2c279d264bd52b19b905a3629df501e860
[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 _0x28bf=['../../components/auth/service','put','/:id','isAuthenticated','exports','express','Router'];(function(_0x36467d,_0x14fe4f){var _0x1beb70=function(_0x115709){while(--_0x115709){_0x36467d['push'](_0x36467d['shift']());}};_0x1beb70(++_0x14fe4f);}(_0x28bf,0x139));var _0xf28b=function(_0x539236,_0x556604){_0x539236=_0x539236-0x0;var _0x154191=_0x28bf[_0x539236];return _0x154191;};'use strict';var express=require(_0xf28b('0x0'));var router=express[_0xf28b('0x1')]();var auth=require(_0xf28b('0x2'));var controller=require('./user-setting.controller');router[_0xf28b('0x3')](_0xf28b('0x4'),auth[_0xf28b('0x5')](),controller['update']);module[_0xf28b('0x6')]=router;