Built motion from commit 1fa89557.|2.6.10
[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 _0x4919=['/:id','isAuthenticated','update','exports','../../components/auth/service'];(function(_0x36de53,_0x4a0679){var _0x2b04cb=function(_0x76051d){while(--_0x76051d){_0x36de53['push'](_0x36de53['shift']());}};_0x2b04cb(++_0x4a0679);}(_0x4919,0x1bc));var _0x9491=function(_0x4c440b,_0x3ea627){_0x4c440b=_0x4c440b-0x0;var _0x2d48cf=_0x4919[_0x4c440b];return _0x2d48cf;};'use strict';var express=require('express');var router=express['Router']();var auth=require(_0x9491('0x0'));var controller=require('./user-setting.controller');router['put'](_0x9491('0x1'),auth[_0x9491('0x2')](),controller[_0x9491('0x3')]);module[_0x9491('0x4')]=router;