Built motion from commit (unavailable).|2.5.25
[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 _0x7eef=['post','isAuthenticated','send','Router','../../components/auth/service','./jira.controller'];(function(_0x5af9b3,_0x516c90){var _0x129f28=function(_0x1a8fe6){while(--_0x1a8fe6){_0x5af9b3['push'](_0x5af9b3['shift']());}};_0x129f28(++_0x516c90);}(_0x7eef,0x87));var _0xf7ee=function(_0x4d2993,_0x1c9473){_0x4d2993=_0x4d2993-0x0;var _0x427374=_0x7eef[_0x4d2993];return _0x427374;};'use strict';var express=require('express');var router=express[_0xf7ee('0x0')]();var auth=require(_0xf7ee('0x1'));var controller=require(_0xf7ee('0x2'));router[_0xf7ee('0x3')]('/',auth[_0xf7ee('0x4')](),controller[_0xf7ee('0x5')]);module['exports']=router;