X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FintVtigerField%2Findex.js;h=0a3846826eb8e61fa5fd69bbdef2715696bb0503;hb=de6f27d8824ffb29cbf937050a12378469af9a53;hp=42f2344aded05b664fdb51db1cb74110b8e572db;hpb=6154c6759c55056c3b23ea2e885ab9e551bbdf0c;p=motion2.git diff --git a/server/api/intVtigerField/index.js b/server/api/intVtigerField/index.js index 42f2344..0a38468 100644 --- a/server/api/intVtigerField/index.js +++ b/server/api/intVtigerField/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0xbc05=['./intVtigerField.controller','get','isAuthenticated','index','/:id','show','post','create','put','update','delete','destroy','exports','multer','util','path','connect-timeout','Router','../../config/environment'];(function(_0x4fec18,_0x4ca292){var _0x2772ee=function(_0x4c07a2){while(--_0x4c07a2){_0x4fec18['push'](_0x4fec18['shift']());}};_0x2772ee(++_0x4ca292);}(_0xbc05,0xb8));var _0x5bc0=function(_0x55d3e0,_0x4c0ac3){_0x55d3e0=_0x55d3e0-0x0;var _0x2e0858=_0xbc05[_0x55d3e0];return _0x2e0858;};'use strict';var multer=require(_0x5bc0('0x0'));var util=require(_0x5bc0('0x1'));var path=require(_0x5bc0('0x2'));var timeout=require(_0x5bc0('0x3'));var express=require('express');var router=express[_0x5bc0('0x4')]();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x5bc0('0x5'));var controller=require(_0x5bc0('0x6'));router[_0x5bc0('0x7')]('/',auth[_0x5bc0('0x8')](),controller[_0x5bc0('0x9')]);router['get'](_0x5bc0('0xa'),auth['isAuthenticated'](),controller[_0x5bc0('0xb')]);router[_0x5bc0('0xc')]('/',auth[_0x5bc0('0x8')](),controller[_0x5bc0('0xd')]);router[_0x5bc0('0xe')](_0x5bc0('0xa'),auth[_0x5bc0('0x8')](),controller[_0x5bc0('0xf')]);router[_0x5bc0('0x10')](_0x5bc0('0xa'),auth[_0x5bc0('0x8')](),controller[_0x5bc0('0x11')]);module[_0x5bc0('0x12')]=router; \ No newline at end of file +var _0xbb14=['../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/:id','show','post','create','put','update','delete','destroy','util','path','connect-timeout','express','Router','../../components/auth/service'];(function(_0x24a851,_0x18e4d2){var _0x406437=function(_0x122979){while(--_0x122979){_0x24a851['push'](_0x24a851['shift']());}};_0x406437(++_0x18e4d2);}(_0xbb14,0x189));var _0x4bb1=function(_0x6c993a,_0x5ea3ab){_0x6c993a=_0x6c993a-0x0;var _0x27f547=_0xbb14[_0x6c993a];return _0x27f547;};'use strict';var multer=require('multer');var util=require(_0x4bb1('0x0'));var path=require(_0x4bb1('0x1'));var timeout=require(_0x4bb1('0x2'));var express=require(_0x4bb1('0x3'));var router=express[_0x4bb1('0x4')]();var auth=require(_0x4bb1('0x5'));var interaction=require(_0x4bb1('0x6'));var config=require(_0x4bb1('0x7'));var controller=require('./intVtigerField.controller');router[_0x4bb1('0x8')]('/',auth[_0x4bb1('0x9')](),controller[_0x4bb1('0xa')]);router[_0x4bb1('0x8')](_0x4bb1('0xb'),auth['isAuthenticated'](),controller[_0x4bb1('0xc')]);router[_0x4bb1('0xd')]('/',auth[_0x4bb1('0x9')](),controller[_0x4bb1('0xe')]);router[_0x4bb1('0xf')](_0x4bb1('0xb'),auth[_0x4bb1('0x9')](),controller[_0x4bb1('0x10')]);router[_0x4bb1('0x11')](_0x4bb1('0xb'),auth[_0x4bb1('0x9')](),controller[_0x4bb1('0x12')]);module['exports']=router; \ No newline at end of file