93b5df1e3383bcdeea4d8ec01b663d43b7b4b496
[motion2.git] / server / api / userNotification / 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 _0x9ece=['sendUserNotification','exports','multer','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','./userNotification.controller','post','isAuthenticated'];(function(_0x196207,_0x45d9ee){var _0x22d8bc=function(_0x595c16){while(--_0x595c16){_0x196207['push'](_0x196207['shift']());}};_0x22d8bc(++_0x45d9ee);}(_0x9ece,0x195));var _0xe9ec=function(_0x30a465,_0x37b900){_0x30a465=_0x30a465-0x0;var _0x262d7a=_0x9ece[_0x30a465];return _0x262d7a;};'use strict';var multer=require(_0xe9ec('0x0'));var util=require('util');var path=require(_0xe9ec('0x1'));var timeout=require(_0xe9ec('0x2'));var express=require(_0xe9ec('0x3'));var router=express[_0xe9ec('0x4')]();var fs_extra=require(_0xe9ec('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0xe9ec('0x6'));var config=require(_0xe9ec('0x7'));var controller=require(_0xe9ec('0x8'));router[_0xe9ec('0x9')]('/',auth[_0xe9ec('0xa')](),controller[_0xe9ec('0xb')]);module[_0xe9ec('0xc')]=router;