Built motion from commit 25580385.|2.6.2
[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 _0x1954=['sendUserNotification','exports','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./userNotification.controller','post','isAuthenticated'];(function(_0x1f683e,_0x2ce412){var _0x2f613a=function(_0x3a787a){while(--_0x3a787a){_0x1f683e['push'](_0x1f683e['shift']());}};_0x2f613a(++_0x2ce412);}(_0x1954,0xb8));var _0x4195=function(_0x3a69fc,_0x56649a){_0x3a69fc=_0x3a69fc-0x0;var _0x35aba8=_0x1954[_0x3a69fc];return _0x35aba8;};'use strict';var multer=require('multer');var util=require(_0x4195('0x0'));var path=require(_0x4195('0x1'));var timeout=require(_0x4195('0x2'));var express=require(_0x4195('0x3'));var router=express[_0x4195('0x4')]();var fs_extra=require(_0x4195('0x5'));var auth=require(_0x4195('0x6'));var interaction=require(_0x4195('0x7'));var config=require(_0x4195('0x8'));var controller=require(_0x4195('0x9'));router[_0x4195('0xa')]('/',auth[_0x4195('0xb')](),controller[_0x4195('0xc')]);module[_0x4195('0xd')]=router;