8c3de9a2a27f2f613754427fd223b8795f07fffe
[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 _0xadb5=['post','isAuthenticated','exports','Router','./jira.controller'];(function(_0xf5605a,_0x58bdc6){var _0x1f5e53=function(_0x2d5654){while(--_0x2d5654){_0xf5605a['push'](_0xf5605a['shift']());}};_0x1f5e53(++_0x58bdc6);}(_0xadb5,0xad));var _0x5adb=function(_0x45076a,_0x41c88c){_0x45076a=_0x45076a-0x0;var _0x4118f0=_0xadb5[_0x45076a];return _0x4118f0;};'use strict';var express=require('express');var router=express[_0x5adb('0x0')]();var auth=require('../../components/auth/service');var controller=require(_0x5adb('0x1'));router[_0x5adb('0x2')]('/',auth[_0x5adb('0x3')](),controller['send']);module[_0x5adb('0x4')]=router;