f83020f969cf63e763d31697db939de88f66e929
[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 _0x1b7a=['Router','../../components/auth/service','./user-setting.controller','put','/:id','isAuthenticated','update','exports','express'];(function(_0x46698a,_0x8de1e4){var _0x356db0=function(_0x19e83c){while(--_0x19e83c){_0x46698a['push'](_0x46698a['shift']());}};_0x356db0(++_0x8de1e4);}(_0x1b7a,0x15e));var _0xa1b7=function(_0x2d9ba7,_0xa353d8){_0x2d9ba7=_0x2d9ba7-0x0;var _0x3c79dc=_0x1b7a[_0x2d9ba7];return _0x3c79dc;};'use strict';var express=require(_0xa1b7('0x0'));var router=express[_0xa1b7('0x1')]();var auth=require(_0xa1b7('0x2'));var controller=require(_0xa1b7('0x3'));router[_0xa1b7('0x4')](_0xa1b7('0x5'),auth[_0xa1b7('0x6')](),controller[_0xa1b7('0x7')]);module[_0xa1b7('0x8')]=router;