33ab808872c2c21866a8262470548ad79cc54e42
[motion2.git] / server / api / mailInteractionHasTag / 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 _0x099f=['isAuthenticated','describe','exports','express','Router','../../components/auth/service','./mailInteractionHasTag.controller','/describe'];(function(_0x2d1f6e,_0x13fdc7){var _0x421074=function(_0x521ea){while(--_0x521ea){_0x2d1f6e['push'](_0x2d1f6e['shift']());}};_0x421074(++_0x13fdc7);}(_0x099f,0x133));var _0xf099=function(_0x37c1f7,_0x5d2949){_0x37c1f7=_0x37c1f7-0x0;var _0x30ff08=_0x099f[_0x37c1f7];return _0x30ff08;};'use strict';var express=require(_0xf099('0x0'));var router=express[_0xf099('0x1')]();var auth=require(_0xf099('0x2'));var controller=require(_0xf099('0x3'));router['get'](_0xf099('0x4'),auth[_0xf099('0x5')](),controller[_0xf099('0x6')]);module[_0xf099('0x7')]=router;