Built motion from commit (unavailable).|2.5.28
[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 _0xe52b=['express','Router','../../components/auth/service','./jira.controller','post','isAuthenticated'];(function(_0x4c39f7,_0x36fe98){var _0xef9ee6=function(_0x490813){while(--_0x490813){_0x4c39f7['push'](_0x4c39f7['shift']());}};_0xef9ee6(++_0x36fe98);}(_0xe52b,0x132));var _0xbe52=function(_0x37d4dd,_0x297bca){_0x37d4dd=_0x37d4dd-0x0;var _0xf37b53=_0xe52b[_0x37d4dd];return _0xf37b53;};'use strict';var express=require(_0xbe52('0x0'));var router=express[_0xbe52('0x1')]();var auth=require(_0xbe52('0x2'));var controller=require(_0xbe52('0x3'));router[_0xbe52('0x4')]('/',auth[_0xbe52('0x5')](),controller['send']);module['exports']=router;