675eefa2ae131055d7a7e234e9d030c6656c8f22
[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 _0x716a=['../../components/auth/service','./jira.controller','post','send','exports'];(function(_0x2edc39,_0x41b27f){var _0x337772=function(_0x26431a){while(--_0x26431a){_0x2edc39['push'](_0x2edc39['shift']());}};_0x337772(++_0x41b27f);}(_0x716a,0x6e));var _0xa716=function(_0x3457b4,_0x4cd8f9){_0x3457b4=_0x3457b4-0x0;var _0xaa8fa9=_0x716a[_0x3457b4];return _0xaa8fa9;};'use strict';var express=require('express');var router=express['Router']();var auth=require(_0xa716('0x0'));var controller=require(_0xa716('0x1'));router[_0xa716('0x2')]('/',auth['isAuthenticated'](),controller[_0xa716('0x3')]);module[_0xa716('0x4')]=router;