X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2Fjira%2Findex.js;h=fa258b8d54aec5e84ebb48432b19e75645658515;hb=7e2a86485d5b091066011cf58fcba785923a5ac5;hp=31b37a0d4714d0be71c2be684d715bc310434251;hpb=24271de0e5dd1b448821a50abace88b2fad818a2;p=motion2.git diff --git a/server/api/jira/index.js b/server/api/jira/index.js index 31b37a0..fa258b8 100644 --- a/server/api/jira/index.js +++ b/server/api/jira/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x3123=['exports','express','Router','./jira.controller','post','send'];(function(_0x2e95f6,_0x18f17e){var _0x29c971=function(_0x388936){while(--_0x388936){_0x2e95f6['push'](_0x2e95f6['shift']());}};_0x29c971(++_0x18f17e);}(_0x3123,0x1f3));var _0x3312=function(_0x286a93,_0x21fa15){_0x286a93=_0x286a93-0x0;var _0x4adea9=_0x3123[_0x286a93];return _0x4adea9;};'use strict';var express=require(_0x3312('0x0'));var router=express[_0x3312('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0x3312('0x2'));router[_0x3312('0x3')]('/',auth['isAuthenticated'](),controller[_0x3312('0x4')]);module[_0x3312('0x5')]=router; \ No newline at end of file +var _0x9a6b=['express','Router','../../components/auth/service','./jira.controller','post','isAuthenticated','exports'];(function(_0x5d96ee,_0x523278){var _0x39092b=function(_0x4ae30b){while(--_0x4ae30b){_0x5d96ee['push'](_0x5d96ee['shift']());}};_0x39092b(++_0x523278);}(_0x9a6b,0x77));var _0xb9a6=function(_0x9bb134,_0x41a445){_0x9bb134=_0x9bb134-0x0;var _0x1c3f8d=_0x9a6b[_0x9bb134];return _0x1c3f8d;};'use strict';var express=require(_0xb9a6('0x0'));var router=express[_0xb9a6('0x1')]();var auth=require(_0xb9a6('0x2'));var controller=require(_0xb9a6('0x3'));router[_0xb9a6('0x4')]('/',auth[_0xb9a6('0x5')](),controller['send']);module[_0xb9a6('0x6')]=router; \ No newline at end of file