Built motion from commit (unavailable).|2.4.20
[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 _0xdae9=['Router','post','isAuthenticated','exports','express'];(function(_0x2f7301,_0x107631){var _0x3b1d35=function(_0x39df0d){while(--_0x39df0d){_0x2f7301['push'](_0x2f7301['shift']());}};_0x3b1d35(++_0x107631);}(_0xdae9,0x12b));var _0x9dae=function(_0x26da89,_0x264785){_0x26da89=_0x26da89-0x0;var _0xc95b7b=_0xdae9[_0x26da89];return _0xc95b7b;};'use strict';var express=require(_0x9dae('0x0'));var router=express[_0x9dae('0x1')]();var auth=require('../../components/auth/service');var controller=require('./jira.controller');router[_0x9dae('0x2')]('/',auth[_0x9dae('0x3')](),controller['send']);module[_0x9dae('0x4')]=router;