Built motion from commit e1760111.|2.6.18
[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 _0x2a6f=['util','path','connect-timeout','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./userNotification.controller','post','isAuthenticated','sendUserNotification','exports','multer'];(function(_0x3cb281,_0x232ee2){var _0x297f85=function(_0x411ee7){while(--_0x411ee7){_0x3cb281['push'](_0x3cb281['shift']());}};_0x297f85(++_0x232ee2);}(_0x2a6f,0x19f));var _0xf2a6=function(_0x3ee99d,_0x3ca762){_0x3ee99d=_0x3ee99d-0x0;var _0x4b64a1=_0x2a6f[_0x3ee99d];return _0x4b64a1;};'use strict';var multer=require(_0xf2a6('0x0'));var util=require(_0xf2a6('0x1'));var path=require(_0xf2a6('0x2'));var timeout=require(_0xf2a6('0x3'));var express=require('express');var router=express['Router']();var fs_extra=require(_0xf2a6('0x4'));var auth=require(_0xf2a6('0x5'));var interaction=require(_0xf2a6('0x6'));var config=require(_0xf2a6('0x7'));var controller=require(_0xf2a6('0x8'));router[_0xf2a6('0x9')]('/',auth[_0xf2a6('0xa')](),controller[_0xf2a6('0xb')]);module[_0xf2a6('0xc')]=router;