Built motion from commit 55091a5c.|2.6.30
[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 _0x803f=['describe','exports','Router','../../components/auth/service','./mailInteractionHasTag.controller','get','/describe'];(function(_0x13b8f3,_0x442821){var _0x1a6d06=function(_0x5126f2){while(--_0x5126f2){_0x13b8f3['push'](_0x13b8f3['shift']());}};_0x1a6d06(++_0x442821);}(_0x803f,0x144));var _0xf803=function(_0x15f211,_0x49c7b3){_0x15f211=_0x15f211-0x0;var _0x120bfa=_0x803f[_0x15f211];return _0x120bfa;};'use strict';var express=require('express');var router=express[_0xf803('0x0')]();var auth=require(_0xf803('0x1'));var controller=require(_0xf803('0x2'));router[_0xf803('0x3')](_0xf803('0x4'),auth['isAuthenticated'](),controller[_0xf803('0x5')]);module[_0xf803('0x6')]=router;