ffd6fe1981c3e11ae9a42778c5d4275945b1008e
[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 _0x8e62=['exports','express','Router','post','isAuthenticated'];(function(_0x37a7c6,_0x3a84b6){var _0x539905=function(_0xa00c20){while(--_0xa00c20){_0x37a7c6['push'](_0x37a7c6['shift']());}};_0x539905(++_0x3a84b6);}(_0x8e62,0x187));var _0x28e6=function(_0x1bdfe7,_0x5c062c){_0x1bdfe7=_0x1bdfe7-0x0;var _0x6dc98e=_0x8e62[_0x1bdfe7];return _0x6dc98e;};'use strict';var express=require(_0x28e6('0x0'));var router=express[_0x28e6('0x1')]();var auth=require('../../components/auth/service');var controller=require('./jira.controller');router[_0x28e6('0x2')]('/',auth[_0x28e6('0x3')](),controller['send']);module[_0x28e6('0x4')]=router;