4fdddcc3128da959a4ba2348734f1a3ec8d8c29b
[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 _0x8004=['/describe','describe','exports','express','Router','./mailInteractionHasTag.controller','get'];(function(_0x46684e,_0x2dbf59){var _0x27e43f=function(_0x106b3d){while(--_0x106b3d){_0x46684e['push'](_0x46684e['shift']());}};_0x27e43f(++_0x2dbf59);}(_0x8004,0x176));var _0x4800=function(_0x37ab0f,_0x36f501){_0x37ab0f=_0x37ab0f-0x0;var _0x1e5acd=_0x8004[_0x37ab0f];return _0x1e5acd;};'use strict';var express=require(_0x4800('0x0'));var router=express[_0x4800('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0x4800('0x2'));router[_0x4800('0x3')](_0x4800('0x4'),auth['isAuthenticated'](),controller[_0x4800('0x5')]);module[_0x4800('0x6')]=router;