c77a2220a3d32568a0b599402fbdc7df69b7cfe1
[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 _0x8200=['express','Router','../../components/auth/service','get','/describe','isAuthenticated','exports'];(function(_0x4597a7,_0x5da925){var _0x52cd16=function(_0x58a526){while(--_0x58a526){_0x4597a7['push'](_0x4597a7['shift']());}};_0x52cd16(++_0x5da925);}(_0x8200,0x11f));var _0x0820=function(_0x4984e3,_0x5a7079){_0x4984e3=_0x4984e3-0x0;var _0x339196=_0x8200[_0x4984e3];return _0x339196;};'use strict';var express=require(_0x0820('0x0'));var router=express[_0x0820('0x1')]();var auth=require(_0x0820('0x2'));var controller=require('./mailInteractionHasTag.controller');router[_0x0820('0x3')](_0x0820('0x4'),auth[_0x0820('0x5')](),controller['describe']);module[_0x0820('0x6')]=router;