Built motion from commit 97153652.|2.6.26
[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 _0x8580=['Router','../../components/auth/service','put','/:id','isAuthenticated','update'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0x8580,0xf0));var _0x0858=function(_0x18ef74,_0x103c49){_0x18ef74=_0x18ef74-0x0;var _0x2c5b3a=_0x8580[_0x18ef74];return _0x2c5b3a;};'use strict';var express=require('express');var router=express[_0x0858('0x0')]();var auth=require(_0x0858('0x1'));var controller=require('./user-setting.controller');router[_0x0858('0x2')](_0x0858('0x3'),auth[_0x0858('0x4')](),controller[_0x0858('0x5')]);module['exports']=router;