Built motion from commit (unavailable).|2.5.0
[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 _0x6aa4=['isAuthenticated','exports','express','Router','./jira.controller','post'];(function(_0x32897b,_0x21bee8){var _0x4394ce=function(_0x2b7a5b){while(--_0x2b7a5b){_0x32897b['push'](_0x32897b['shift']());}};_0x4394ce(++_0x21bee8);}(_0x6aa4,0x12e));var _0x46aa=function(_0x3a4aee,_0x313912){_0x3a4aee=_0x3a4aee-0x0;var _0x45bd7c=_0x6aa4[_0x3a4aee];return _0x45bd7c;};'use strict';var express=require(_0x46aa('0x0'));var router=express[_0x46aa('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0x46aa('0x2'));router[_0x46aa('0x3')]('/',auth[_0x46aa('0x4')](),controller['send']);module[_0x46aa('0x5')]=router;