Built motion from commit (unavailable).|2.4.18
[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 _0xf098=['send','exports','express','Router','../../components/auth/service','./jira.controller'];(function(_0xee3c89,_0x344e1d){var _0x4bf911=function(_0x32fb75){while(--_0x32fb75){_0xee3c89['push'](_0xee3c89['shift']());}};_0x4bf911(++_0x344e1d);}(_0xf098,0x194));var _0x8f09=function(_0x3d4a36,_0x1e7d6a){_0x3d4a36=_0x3d4a36-0x0;var _0x101769=_0xf098[_0x3d4a36];return _0x101769;};'use strict';var express=require(_0x8f09('0x0'));var router=express[_0x8f09('0x1')]();var auth=require(_0x8f09('0x2'));var controller=require(_0x8f09('0x3'));router['post']('/',auth['isAuthenticated'](),controller[_0x8f09('0x4')]);module[_0x8f09('0x5')]=router;