Built motion from commit 3c2ce842.|2.6.31
[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 _0x5cd5=['exports','express','Router','../../components/auth/service','./mailInteractionHasTag.controller','get','isAuthenticated','describe'];(function(_0x27af45,_0x1b57aa){var _0x18df21=function(_0x4b7679){while(--_0x4b7679){_0x27af45['push'](_0x27af45['shift']());}};_0x18df21(++_0x1b57aa);}(_0x5cd5,0x149));var _0x55cd=function(_0xe1fa35,_0x586557){_0xe1fa35=_0xe1fa35-0x0;var _0xe59f6f=_0x5cd5[_0xe1fa35];return _0xe59f6f;};'use strict';var express=require(_0x55cd('0x0'));var router=express[_0x55cd('0x1')]();var auth=require(_0x55cd('0x2'));var controller=require(_0x55cd('0x3'));router[_0x55cd('0x4')]('/describe',auth[_0x55cd('0x5')](),controller[_0x55cd('0x6')]);module[_0x55cd('0x7')]=router;