Built motion from commit (unavailable).|2.4.17
[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 _0xd6b4=['express','Router','../../components/auth/service','post','isAuthenticated','exports'];(function(_0x4934e3,_0x124098){var _0x86a0c3=function(_0x59da73){while(--_0x59da73){_0x4934e3['push'](_0x4934e3['shift']());}};_0x86a0c3(++_0x124098);}(_0xd6b4,0xb4));var _0x4d6b=function(_0x5b644e,_0x2e5e07){_0x5b644e=_0x5b644e-0x0;var _0x49c6bf=_0xd6b4[_0x5b644e];return _0x49c6bf;};'use strict';var express=require(_0x4d6b('0x0'));var router=express[_0x4d6b('0x1')]();var auth=require(_0x4d6b('0x2'));var controller=require('./jira.controller');router[_0x4d6b('0x3')]('/',auth[_0x4d6b('0x4')](),controller['send']);module[_0x4d6b('0x5')]=router;