c25735de75b6d0d68dff91ca9acce911ba06c383
[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 _0x1019=['../../components/auth/service','./jira.controller','post','isAuthenticated','send','exports','express','Router'];(function(_0x173441,_0x26b0d9){var _0x2423a8=function(_0x4d96c2){while(--_0x4d96c2){_0x173441['push'](_0x173441['shift']());}};_0x2423a8(++_0x26b0d9);}(_0x1019,0xee));var _0x9101=function(_0x24464e,_0x200009){_0x24464e=_0x24464e-0x0;var _0x50968b=_0x1019[_0x24464e];return _0x50968b;};'use strict';var express=require(_0x9101('0x0'));var router=express[_0x9101('0x1')]();var auth=require(_0x9101('0x2'));var controller=require(_0x9101('0x3'));router[_0x9101('0x4')]('/',auth[_0x9101('0x5')](),controller[_0x9101('0x6')]);module[_0x9101('0x7')]=router;