Built motion from commit (unavailable).|2.5.11
[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 _0x692a=['post','isAuthenticated','exports','express','Router','./jira.controller'];(function(_0xcde410,_0x524851){var _0xdc4133=function(_0x4648f4){while(--_0x4648f4){_0xcde410['push'](_0xcde410['shift']());}};_0xdc4133(++_0x524851);}(_0x692a,0x171));var _0xa692=function(_0x3cefec,_0x9f9588){_0x3cefec=_0x3cefec-0x0;var _0x27bad1=_0x692a[_0x3cefec];return _0x27bad1;};'use strict';var express=require(_0xa692('0x0'));var router=express[_0xa692('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0xa692('0x2'));router[_0xa692('0x3')]('/',auth[_0xa692('0x4')](),controller['send']);module[_0xa692('0x5')]=router;