Built motion from commit (unavailable).|2.5.14
[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 _0xec6e=['express','Router','./jira.controller','post','isAuthenticated','send','exports'];(function(_0x32da0d,_0x40ed00){var _0x31f978=function(_0x46e075){while(--_0x46e075){_0x32da0d['push'](_0x32da0d['shift']());}};_0x31f978(++_0x40ed00);}(_0xec6e,0x10a));var _0xeec6=function(_0x5d5bcb,_0x25e2ea){_0x5d5bcb=_0x5d5bcb-0x0;var _0x4ea5eb=_0xec6e[_0x5d5bcb];return _0x4ea5eb;};'use strict';var express=require(_0xeec6('0x0'));var router=express[_0xeec6('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0xeec6('0x2'));router[_0xeec6('0x3')]('/',auth[_0xeec6('0x4')](),controller[_0xeec6('0x5')]);module[_0xeec6('0x6')]=router;