Built motion from commit (unavailable).|2.5.11
[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 _0x57b3=['post','isAuthenticated','exports','Router','../../components/auth/service','./jira.controller'];(function(_0x28835a,_0x3734bd){var _0x276a93=function(_0x5ac745){while(--_0x5ac745){_0x28835a['push'](_0x28835a['shift']());}};_0x276a93(++_0x3734bd);}(_0x57b3,0x1ad));var _0x357b=function(_0x38f210,_0xbf6168){_0x38f210=_0x38f210-0x0;var _0x3d606c=_0x57b3[_0x38f210];return _0x3d606c;};'use strict';var express=require('express');var router=express[_0x357b('0x0')]();var auth=require(_0x357b('0x1'));var controller=require(_0x357b('0x2'));router[_0x357b('0x3')]('/',auth[_0x357b('0x4')](),controller['send']);module[_0x357b('0x5')]=router;