X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FintZendeskField%2Findex.js;h=ec1fded9e7720d9cc625b2e87c95e0c8c6608046;hb=346b088f67941917246c7baf7fa29be1e107643b;hp=49843c635f613fe3b2fadac13547dbdd3ced9033;hpb=24271de0e5dd1b448821a50abace88b2fad818a2;p=motion2.git diff --git a/server/api/intZendeskField/index.js b/server/api/intZendeskField/index.js index 49843c6..ec1fded 100644 --- a/server/api/intZendeskField/index.js +++ b/server/api/intZendeskField/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0xaa0b=['isAuthenticated','index','/:id','post','create','update','destroy','exports','multer','util','connect-timeout','express','Router','../../components/auth/service','../../config/environment','./intZendeskField.controller','get'];(function(_0x5a2d4a,_0x2eee1c){var _0x3d3717=function(_0x36c9ab){while(--_0x36c9ab){_0x5a2d4a['push'](_0x5a2d4a['shift']());}};_0x3d3717(++_0x2eee1c);}(_0xaa0b,0x1b1));var _0xbaa0=function(_0x1589dd,_0x2b9d22){_0x1589dd=_0x1589dd-0x0;var _0x1bddd1=_0xaa0b[_0x1589dd];return _0x1bddd1;};'use strict';var multer=require(_0xbaa0('0x0'));var util=require(_0xbaa0('0x1'));var path=require('path');var timeout=require(_0xbaa0('0x2'));var express=require(_0xbaa0('0x3'));var router=express[_0xbaa0('0x4')]();var auth=require(_0xbaa0('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0xbaa0('0x6'));var controller=require(_0xbaa0('0x7'));router[_0xbaa0('0x8')]('/',auth[_0xbaa0('0x9')](),controller[_0xbaa0('0xa')]);router['get'](_0xbaa0('0xb'),auth['isAuthenticated'](),controller['show']);router[_0xbaa0('0xc')]('/',auth['isAuthenticated'](),controller[_0xbaa0('0xd')]);router['put'](_0xbaa0('0xb'),auth[_0xbaa0('0x9')](),controller[_0xbaa0('0xe')]);router['delete']('/:id',auth['isAuthenticated'](),controller[_0xbaa0('0xf')]);module[_0xbaa0('0x10')]=router; \ No newline at end of file +var _0x8eb3=['../../config/environment','./intZendeskField.controller','isAuthenticated','index','get','/:id','show','create','put','delete','destroy','multer','util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service'];(function(_0x49434b,_0x5779f7){var _0x435188=function(_0x3600db){while(--_0x3600db){_0x49434b['push'](_0x49434b['shift']());}};_0x435188(++_0x5779f7);}(_0x8eb3,0x1ad));var _0x38eb=function(_0x4ae684,_0x3e0ff1){_0x4ae684=_0x4ae684-0x0;var _0x310b5a=_0x8eb3[_0x4ae684];return _0x310b5a;};'use strict';var multer=require(_0x38eb('0x0'));var util=require(_0x38eb('0x1'));var path=require(_0x38eb('0x2'));var timeout=require(_0x38eb('0x3'));var express=require(_0x38eb('0x4'));var router=express['Router']();var fs_extra=require(_0x38eb('0x5'));var auth=require(_0x38eb('0x6'));var interaction=require(_0x38eb('0x7'));var config=require(_0x38eb('0x8'));var controller=require(_0x38eb('0x9'));router['get']('/',auth[_0x38eb('0xa')](),controller[_0x38eb('0xb')]);router[_0x38eb('0xc')](_0x38eb('0xd'),auth[_0x38eb('0xa')](),controller[_0x38eb('0xe')]);router['post']('/',auth[_0x38eb('0xa')](),controller[_0x38eb('0xf')]);router[_0x38eb('0x10')](_0x38eb('0xd'),auth[_0x38eb('0xa')](),controller['update']);router[_0x38eb('0x11')]('/:id',auth[_0x38eb('0xa')](),controller[_0x38eb('0x12')]);module['exports']=router; \ No newline at end of file