Built motion from commit f74363e9.|2.6.34
[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 _0x0189=['express','Router','../../components/auth/service','./mailInteractionHasTag.controller','get','/describe','isAuthenticated','describe'];(function(_0x243f15,_0x53e07e){var _0x22c68d=function(_0x12dc6b){while(--_0x12dc6b){_0x243f15['push'](_0x243f15['shift']());}};_0x22c68d(++_0x53e07e);}(_0x0189,0x1a8));var _0x9018=function(_0x54ba36,_0x5c05cd){_0x54ba36=_0x54ba36-0x0;var _0x111aef=_0x0189[_0x54ba36];return _0x111aef;};'use strict';var express=require(_0x9018('0x0'));var router=express[_0x9018('0x1')]();var auth=require(_0x9018('0x2'));var controller=require(_0x9018('0x3'));router[_0x9018('0x4')](_0x9018('0x5'),auth[_0x9018('0x6')](),controller[_0x9018('0x7')]);module['exports']=router;