fe5e64d8f69b498a0978a27de3bf177694bbf185
[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 _0x7497=['send','express','Router','../../components/auth/service','./jira.controller','post','isAuthenticated'];(function(_0x1af250,_0x24aa28){var _0x700fcc=function(_0x1b96e6){while(--_0x1b96e6){_0x1af250['push'](_0x1af250['shift']());}};_0x700fcc(++_0x24aa28);}(_0x7497,0xef));var _0x7749=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x7497[_0x3dd15e];return _0x231fd0;};'use strict';var express=require(_0x7749('0x0'));var router=express[_0x7749('0x1')]();var auth=require(_0x7749('0x2'));var controller=require(_0x7749('0x3'));router[_0x7749('0x4')]('/',auth[_0x7749('0x5')](),controller[_0x7749('0x6')]);module['exports']=router;