9f808988c6525f5ed34001c3a771f44e85cbed2e
[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 _0x437c=['isAuthenticated','express','Router','../../components/auth/service','./jira.controller'];(function(_0x2b25d5,_0x4ed28e){var _0x29df08=function(_0x1437ad){while(--_0x1437ad){_0x2b25d5['push'](_0x2b25d5['shift']());}};_0x29df08(++_0x4ed28e);}(_0x437c,0xd8));var _0xc437=function(_0xc31154,_0x293e74){_0xc31154=_0xc31154-0x0;var _0x484de2=_0x437c[_0xc31154];return _0x484de2;};'use strict';var express=require(_0xc437('0x0'));var router=express[_0xc437('0x1')]();var auth=require(_0xc437('0x2'));var controller=require(_0xc437('0x3'));router['post']('/',auth[_0xc437('0x4')](),controller['send']);module['exports']=router;