Built motion from commit (unavailable).|2.5.7
[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 _0x3e64=['isAuthenticated','express','Router','./jira.controller','post'];(function(_0x1fcf1b,_0x214549){var _0x5d2952=function(_0x3331b7){while(--_0x3331b7){_0x1fcf1b['push'](_0x1fcf1b['shift']());}};_0x5d2952(++_0x214549);}(_0x3e64,0xa6));var _0x43e6=function(_0x2b6a33,_0x5af86c){_0x2b6a33=_0x2b6a33-0x0;var _0x4474a0=_0x3e64[_0x2b6a33];return _0x4474a0;};'use strict';var express=require(_0x43e6('0x0'));var router=express[_0x43e6('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0x43e6('0x2'));router[_0x43e6('0x3')]('/',auth[_0x43e6('0x4')](),controller['send']);module['exports']=router;