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 _0xf379=['send','exports','express','Router','./jira.controller','post'];(function(_0x4ea413,_0x51ff3a){var _0x51cf25=function(_0x3c6456){while(--_0x3c6456){_0x4ea413['push'](_0x4ea413['shift']());}};_0x51cf25(++_0x51ff3a);}(_0xf379,0x7a));var _0x9f37=function(_0x3493da,_0x2fa4a1){_0x3493da=_0x3493da-0x0;var _0x538908=_0xf379[_0x3493da];return _0x538908;};'use strict';var express=require(_0x9f37('0x0'));var router=express[_0x9f37('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0x9f37('0x2'));router[_0x9f37('0x3')]('/',auth['isAuthenticated'](),controller[_0x9f37('0x4')]);module[_0x9f37('0x5')]=router;