3597d2d2e5a38ac950076607500a21cecad3d87d
[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 _0xa7a7=['./jira.controller','post','isAuthenticated','send','exports','../../components/auth/service'];(function(_0x2bb8df,_0x2e3dff){var _0x11f564=function(_0x1fef02){while(--_0x1fef02){_0x2bb8df['push'](_0x2bb8df['shift']());}};_0x11f564(++_0x2e3dff);}(_0xa7a7,0xad));var _0x7a7a=function(_0x4547d5,_0x91d898){_0x4547d5=_0x4547d5-0x0;var _0x81ad1f=_0xa7a7[_0x4547d5];return _0x81ad1f;};'use strict';var express=require('express');var router=express['Router']();var auth=require(_0x7a7a('0x0'));var controller=require(_0x7a7a('0x1'));router[_0x7a7a('0x2')]('/',auth[_0x7a7a('0x3')](),controller[_0x7a7a('0x4')]);module[_0x7a7a('0x5')]=router;