Built motion from commit (unavailable).|2.5.4
[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 _0xb5dc=['send','exports','express','Router','./jira.controller','post','isAuthenticated'];(function(_0x4e3e84,_0x2462dc){var _0x1b8acf=function(_0x239b12){while(--_0x239b12){_0x4e3e84['push'](_0x4e3e84['shift']());}};_0x1b8acf(++_0x2462dc);}(_0xb5dc,0x1c2));var _0xcb5d=function(_0x3b6d96,_0x5d3241){_0x3b6d96=_0x3b6d96-0x0;var _0x1e6b1c=_0xb5dc[_0x3b6d96];return _0x1e6b1c;};'use strict';var express=require(_0xcb5d('0x0'));var router=express[_0xcb5d('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0xcb5d('0x2'));router[_0xcb5d('0x3')]('/',auth[_0xcb5d('0x4')](),controller[_0xcb5d('0x5')]);module[_0xcb5d('0x6')]=router;