f2a99bb70e86a7dbbcac7bdbcbbaf36be35ceaec
[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 _0x6c14=['../../components/auth/service','./jira.controller','post','send','Router'];(function(_0x86b219,_0x43038f){var _0x1f320c=function(_0x8cd63f){while(--_0x8cd63f){_0x86b219['push'](_0x86b219['shift']());}};_0x1f320c(++_0x43038f);}(_0x6c14,0x1ad));var _0x46c1=function(_0x1d6b5e,_0x28203d){_0x1d6b5e=_0x1d6b5e-0x0;var _0x29adbc=_0x6c14[_0x1d6b5e];return _0x29adbc;};'use strict';var express=require('express');var router=express[_0x46c1('0x0')]();var auth=require(_0x46c1('0x1'));var controller=require(_0x46c1('0x2'));router[_0x46c1('0x3')]('/',auth['isAuthenticated'](),controller[_0x46c1('0x4')]);module['exports']=router;