e01e65c7f43ab4e3cc995283d7abd5b5914fe244
[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 _0x3157=['describe','exports','express','Router','../../components/auth/service','./mailInteractionHasTag.controller','/describe'];(function(_0x45d5d1,_0x1dd809){var _0x51ca55=function(_0x4c27f0){while(--_0x4c27f0){_0x45d5d1['push'](_0x45d5d1['shift']());}};_0x51ca55(++_0x1dd809);}(_0x3157,0x198));var _0x7315=function(_0x2f8970,_0x5ed876){_0x2f8970=_0x2f8970-0x0;var _0x185edc=_0x3157[_0x2f8970];return _0x185edc;};'use strict';var express=require(_0x7315('0x0'));var router=express[_0x7315('0x1')]();var auth=require(_0x7315('0x2'));var controller=require(_0x7315('0x3'));router['get'](_0x7315('0x4'),auth['isAuthenticated'](),controller[_0x7315('0x5')]);module[_0x7315('0x6')]=router;