Built motion from commit 449495f6.|2.6.27
[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 _0x4300=['describe','exports','express','/describe','isAuthenticated'];(function(_0x43c74f,_0x25a0d2){var _0x265ef6=function(_0x21d0dd){while(--_0x21d0dd){_0x43c74f['push'](_0x43c74f['shift']());}};_0x265ef6(++_0x25a0d2);}(_0x4300,0x1a6));var _0x0430=function(_0x31a133,_0x27fc33){_0x31a133=_0x31a133-0x0;var _0x4a3d17=_0x4300[_0x31a133];return _0x4a3d17;};'use strict';var express=require(_0x0430('0x0'));var router=express['Router']();var auth=require('../../components/auth/service');var controller=require('./mailInteractionHasTag.controller');router['get'](_0x0430('0x1'),auth[_0x0430('0x2')](),controller[_0x0430('0x3')]);module[_0x0430('0x4')]=router;