Built motion from commit (unavailable).|2.5.23
[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 _0x9a6b=['express','Router','../../components/auth/service','./jira.controller','post','isAuthenticated','exports'];(function(_0x5d96ee,_0x523278){var _0x39092b=function(_0x4ae30b){while(--_0x4ae30b){_0x5d96ee['push'](_0x5d96ee['shift']());}};_0x39092b(++_0x523278);}(_0x9a6b,0x77));var _0xb9a6=function(_0x9bb134,_0x41a445){_0x9bb134=_0x9bb134-0x0;var _0x1c3f8d=_0x9a6b[_0x9bb134];return _0x1c3f8d;};'use strict';var express=require(_0xb9a6('0x0'));var router=express[_0xb9a6('0x1')]();var auth=require(_0xb9a6('0x2'));var controller=require(_0xb9a6('0x3'));router[_0xb9a6('0x4')]('/',auth[_0xb9a6('0x5')](),controller['send']);module[_0xb9a6('0x6')]=router;