X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FintZendeskField%2Findex.js;h=f0f5914ca3e84793400b8ca2ad103bbedfe11a4c;hb=7e2a86485d5b091066011cf58fcba785923a5ac5;hp=6bf6804c824af581fe4e729d65c104870ec84c36;hpb=de6f27d8824ffb29cbf937050a12378469af9a53;p=motion2.git diff --git a/server/api/intZendeskField/index.js b/server/api/intZendeskField/index.js index 6bf6804..f0f5914 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 _0xb87c=['../../components/interaction/service','get','isAuthenticated','index','/:id','post','create','put','update','delete','destroy','exports','util','path','connect-timeout','express','Router'];(function(_0x1a837b,_0x7cae3a){var _0x5d0e20=function(_0x5e19c9){while(--_0x5e19c9){_0x1a837b['push'](_0x1a837b['shift']());}};_0x5d0e20(++_0x7cae3a);}(_0xb87c,0x1d7));var _0xcb87=function(_0x2e2b00,_0x2e0003){_0x2e2b00=_0x2e2b00-0x0;var _0x4ea586=_0xb87c[_0x2e2b00];return _0x4ea586;};'use strict';var multer=require('multer');var util=require(_0xcb87('0x0'));var path=require(_0xcb87('0x1'));var timeout=require(_0xcb87('0x2'));var express=require(_0xcb87('0x3'));var router=express[_0xcb87('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0xcb87('0x5'));var config=require('../../config/environment');var controller=require('./intZendeskField.controller');router[_0xcb87('0x6')]('/',auth[_0xcb87('0x7')](),controller[_0xcb87('0x8')]);router[_0xcb87('0x6')](_0xcb87('0x9'),auth[_0xcb87('0x7')](),controller['show']);router[_0xcb87('0xa')]('/',auth[_0xcb87('0x7')](),controller[_0xcb87('0xb')]);router[_0xcb87('0xc')](_0xcb87('0x9'),auth['isAuthenticated'](),controller[_0xcb87('0xd')]);router[_0xcb87('0xe')](_0xcb87('0x9'),auth[_0xcb87('0x7')](),controller[_0xcb87('0xf')]);module[_0xcb87('0x10')]=router; \ No newline at end of file +var _0xa758=['delete','destroy','exports','util','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./intZendeskField.controller','get','/:id','isAuthenticated','show','create','put','update'];(function(_0x1992f1,_0x5c61f0){var _0x413dfe=function(_0x2136e5){while(--_0x2136e5){_0x1992f1['push'](_0x1992f1['shift']());}};_0x413dfe(++_0x5c61f0);}(_0xa758,0x193));var _0x8a75=function(_0x386408,_0x584c61){_0x386408=_0x386408-0x0;var _0xedb599=_0xa758[_0x386408];return _0xedb599;};'use strict';var multer=require('multer');var util=require(_0x8a75('0x0'));var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express[_0x8a75('0x1')]();var auth=require(_0x8a75('0x2'));var interaction=require(_0x8a75('0x3'));var config=require(_0x8a75('0x4'));var controller=require(_0x8a75('0x5'));router[_0x8a75('0x6')]('/',auth['isAuthenticated'](),controller['index']);router['get'](_0x8a75('0x7'),auth[_0x8a75('0x8')](),controller[_0x8a75('0x9')]);router['post']('/',auth['isAuthenticated'](),controller[_0x8a75('0xa')]);router[_0x8a75('0xb')](_0x8a75('0x7'),auth[_0x8a75('0x8')](),controller[_0x8a75('0xc')]);router[_0x8a75('0xd')](_0x8a75('0x7'),auth['isAuthenticated'](),controller[_0x8a75('0xe')]);module[_0x8a75('0xf')]=router; \ No newline at end of file