Built motion from commit (unavailable).|2.5.1
[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 _0x5358=['Router','../../components/auth/service','./jira.controller','post','isAuthenticated','send','exports','express'];(function(_0x521fb6,_0x2351fb){var _0x4b6760=function(_0x3dbbd5){while(--_0x3dbbd5){_0x521fb6['push'](_0x521fb6['shift']());}};_0x4b6760(++_0x2351fb);}(_0x5358,0x67));var _0x8535=function(_0x5c9c8f,_0x2c038c){_0x5c9c8f=_0x5c9c8f-0x0;var _0x9ce879=_0x5358[_0x5c9c8f];return _0x9ce879;};'use strict';var express=require(_0x8535('0x0'));var router=express[_0x8535('0x1')]();var auth=require(_0x8535('0x2'));var controller=require(_0x8535('0x3'));router[_0x8535('0x4')]('/',auth[_0x8535('0x5')](),controller[_0x8535('0x6')]);module[_0x8535('0x7')]=router;