cc2d235f3247762f499fc56516077c5fc700c2a4
[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(_0x570d85,_0x2016d4){var _0x313902=function(_0x503b6f){while(--_0x503b6f){_0x570d85['push'](_0x570d85['shift']());}};_0x313902(++_0x2016d4);}(_0xadb5,0xad));var _0x5adb=function(_0x370466,_0x46a0c8){_0x370466=_0x370466-0x0;var _0x4cc4ba=_0xadb5[_0x370466];return _0x4cc4ba;};'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;