Built motion from commit (unavailable).|2.5.6
[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 _0x7627=['post','isAuthenticated','send','exports','../../components/auth/service','./jira.controller'];(function(_0x84ce4d,_0x24c6d7){var _0x327d33=function(_0x5748f9){while(--_0x5748f9){_0x84ce4d['push'](_0x84ce4d['shift']());}};_0x327d33(++_0x24c6d7);}(_0x7627,0x172));var _0x7762=function(_0x26840f,_0x24b8cc){_0x26840f=_0x26840f-0x0;var _0x185e69=_0x7627[_0x26840f];return _0x185e69;};'use strict';var express=require('express');var router=express['Router']();var auth=require(_0x7762('0x0'));var controller=require(_0x7762('0x1'));router[_0x7762('0x2')]('/',auth[_0x7762('0x3')](),controller[_0x7762('0x4')]);module[_0x7762('0x5')]=router;