X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FintZendeskField%2Findex.js;h=5206883da3e7a677126e38f7117c4aacbeae97df;hb=ece744b31d5c8c1b26913aafb50e0250a2a6b474;hp=8f207e6ae296bd057994ea67849a410690e5352c;hpb=9de5174448f6124e143d4b68967b102fec513aee;p=motion2.git diff --git a/server/api/intZendeskField/index.js b/server/api/intZendeskField/index.js index 8f207e6..5206883 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 _0x74e2=['fs-extra','../../config/environment','/:id','isAuthenticated','show','post','create','put','update','delete','destroy','multer','connect-timeout','express','Router'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x74e2,0x65));var _0x274e=function(_0x120bb9,_0x50cf04){_0x120bb9=_0x120bb9-0x0;var _0x5c37ef=_0x74e2[_0x120bb9];return _0x5c37ef;};'use strict';var multer=require(_0x274e('0x0'));var util=require('util');var path=require('path');var timeout=require(_0x274e('0x1'));var express=require(_0x274e('0x2'));var router=express[_0x274e('0x3')]();var fs_extra=require(_0x274e('0x4'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x274e('0x5'));var controller=require('./intZendeskField.controller');router['get']('/',auth['isAuthenticated'](),controller['index']);router['get'](_0x274e('0x6'),auth[_0x274e('0x7')](),controller[_0x274e('0x8')]);router[_0x274e('0x9')]('/',auth[_0x274e('0x7')](),controller[_0x274e('0xa')]);router[_0x274e('0xb')]('/:id',auth[_0x274e('0x7')](),controller[_0x274e('0xc')]);router[_0x274e('0xd')](_0x274e('0x6'),auth[_0x274e('0x7')](),controller[_0x274e('0xe')]);module['exports']=router; \ No newline at end of file +var _0x746c=['../../components/auth/service','../../config/environment','./intZendeskField.controller','get','isAuthenticated','index','/:id','show','put','update','delete','destroy','exports','multer','util','connect-timeout','express','Router','fs-extra'];(function(_0x4ddfe9,_0x11daa8){var _0xb09fb7=function(_0x78002){while(--_0x78002){_0x4ddfe9['push'](_0x4ddfe9['shift']());}};_0xb09fb7(++_0x11daa8);}(_0x746c,0x6c));var _0xc746=function(_0xb614e8,_0x302855){_0xb614e8=_0xb614e8-0x0;var _0x1b3bb1=_0x746c[_0xb614e8];return _0x1b3bb1;};'use strict';var multer=require(_0xc746('0x0'));var util=require(_0xc746('0x1'));var path=require('path');var timeout=require(_0xc746('0x2'));var express=require(_0xc746('0x3'));var router=express[_0xc746('0x4')]();var fs_extra=require(_0xc746('0x5'));var auth=require(_0xc746('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0xc746('0x7'));var controller=require(_0xc746('0x8'));router[_0xc746('0x9')]('/',auth[_0xc746('0xa')](),controller[_0xc746('0xb')]);router[_0xc746('0x9')](_0xc746('0xc'),auth[_0xc746('0xa')](),controller[_0xc746('0xd')]);router['post']('/',auth['isAuthenticated'](),controller['create']);router[_0xc746('0xe')](_0xc746('0xc'),auth[_0xc746('0xa')](),controller[_0xc746('0xf')]);router[_0xc746('0x10')](_0xc746('0xc'),auth[_0xc746('0xa')](),controller[_0xc746('0x11')]);module[_0xc746('0x12')]=router; \ No newline at end of file