882017095c750afd37c8c8e6cba0b7c03c9e0c6e
[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 _0xb0dd=['exports','Router','./jira.controller','post','isAuthenticated','send'];(function(_0x3bbecb,_0x278f14){var _0x5b6e77=function(_0x4ebf89){while(--_0x4ebf89){_0x3bbecb['push'](_0x3bbecb['shift']());}};_0x5b6e77(++_0x278f14);}(_0xb0dd,0x73));var _0xdb0d=function(_0x276db2,_0x476619){_0x276db2=_0x276db2-0x0;var _0x455e5c=_0xb0dd[_0x276db2];return _0x455e5c;};'use strict';var express=require('express');var router=express[_0xdb0d('0x0')]();var auth=require('../../components/auth/service');var controller=require(_0xdb0d('0x1'));router[_0xdb0d('0x2')]('/',auth[_0xdb0d('0x3')](),controller[_0xdb0d('0x4')]);module[_0xdb0d('0x5')]=router;