b04526623973d4af4d61f59e255a146826e91f81
[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 _0x6dca=['isAuthenticated','express','Router','./jira.controller','post'];(function(_0x15e73f,_0x49db05){var _0x14778a=function(_0x47dd9e){while(--_0x47dd9e){_0x15e73f['push'](_0x15e73f['shift']());}};_0x14778a(++_0x49db05);}(_0x6dca,0x8d));var _0xa6dc=function(_0x1082b5,_0x4a6049){_0x1082b5=_0x1082b5-0x0;var _0x29015b=_0x6dca[_0x1082b5];return _0x29015b;};'use strict';var express=require(_0xa6dc('0x0'));var router=express[_0xa6dc('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0xa6dc('0x2'));router[_0xa6dc('0x3')]('/',auth[_0xa6dc('0x4')](),controller['send']);module['exports']=router;