84b6f9e5b72816d4b7044b396817cd1458485b84
[motion2.git] / server / api / jira / 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 _0x4fa9=['../../components/auth/service','./jira.controller','post','isAuthenticated','send','exports','express'];(function(_0x1983d9,_0x31b332){var _0x220e66=function(_0x22799b){while(--_0x22799b){_0x1983d9['push'](_0x1983d9['shift']());}};_0x220e66(++_0x31b332);}(_0x4fa9,0x187));var _0x94fa=function(_0x379051,_0x29a2c6){_0x379051=_0x379051-0x0;var _0x99308f=_0x4fa9[_0x379051];return _0x99308f;};'use strict';var express=require(_0x94fa('0x0'));var router=express['Router']();var auth=require(_0x94fa('0x1'));var controller=require(_0x94fa('0x2'));router[_0x94fa('0x3')]('/',auth[_0x94fa('0x4')](),controller[_0x94fa('0x5')]);module[_0x94fa('0x6')]=router;