Built motion from commit (unavailable).|2.5.13
[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 _0xd624=['isAuthenticated','exports','Router','./jira.controller'];(function(_0x166d93,_0x301f09){var _0xba708=function(_0x349bf7){while(--_0x349bf7){_0x166d93['push'](_0x166d93['shift']());}};_0xba708(++_0x301f09);}(_0xd624,0x146));var _0x4d62=function(_0x2eef4c,_0x22985d){_0x2eef4c=_0x2eef4c-0x0;var _0x5f5ad2=_0xd624[_0x2eef4c];return _0x5f5ad2;};'use strict';var express=require('express');var router=express[_0x4d62('0x0')]();var auth=require('../../components/auth/service');var controller=require(_0x4d62('0x1'));router['post']('/',auth[_0x4d62('0x2')](),controller['send']);module[_0x4d62('0x3')]=router;