2a781cebb6b96efb3c85856b5c157e6ab27bd904
[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 _0xd252=['post','isAuthenticated','send','exports','express','Router','../../components/auth/service'];(function(_0x20160b,_0x5e9b9d){var _0x20a7a8=function(_0x28c88c){while(--_0x28c88c){_0x20160b['push'](_0x20160b['shift']());}};_0x20a7a8(++_0x5e9b9d);}(_0xd252,0xb3));var _0x2d25=function(_0x3c623f,_0x55efeb){_0x3c623f=_0x3c623f-0x0;var _0xcd5f57=_0xd252[_0x3c623f];return _0xcd5f57;};'use strict';var express=require(_0x2d25('0x0'));var router=express[_0x2d25('0x1')]();var auth=require(_0x2d25('0x2'));var controller=require('./jira.controller');router[_0x2d25('0x3')]('/',auth[_0x2d25('0x4')](),controller[_0x2d25('0x5')]);module[_0x2d25('0x6')]=router;