c5aebb32bf21b7a05e13b92f40c432e360f79ff4
[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 _0x0bb3=['Router','../../components/auth/service','./jira.controller','post','isAuthenticated','send','exports'];(function(_0x37a0ce,_0x28dc04){var _0x569f4e=function(_0x1671c0){while(--_0x1671c0){_0x37a0ce['push'](_0x37a0ce['shift']());}};_0x569f4e(++_0x28dc04);}(_0x0bb3,0x126));var _0x30bb=function(_0x2892da,_0x191a40){_0x2892da=_0x2892da-0x0;var _0x28cff2=_0x0bb3[_0x2892da];return _0x28cff2;};'use strict';var express=require('express');var router=express[_0x30bb('0x0')]();var auth=require(_0x30bb('0x1'));var controller=require(_0x30bb('0x2'));router[_0x30bb('0x3')]('/',auth[_0x30bb('0x4')](),controller[_0x30bb('0x5')]);module[_0x30bb('0x6')]=router;