X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FintFreshdeskField%2Findex.js;h=6c4cf1d641211b180a3f101ca014ee46e332e3ef;hb=ece744b31d5c8c1b26913aafb50e0250a2a6b474;hp=4aa360771242f85cbfa17ba8d161a3c19fee00fc;hpb=9de5174448f6124e143d4b68967b102fec513aee;p=motion2.git diff --git a/server/api/intFreshdeskField/index.js b/server/api/intFreshdeskField/index.js index 4aa3607..6c4cf1d 100644 --- a/server/api/intFreshdeskField/index.js +++ b/server/api/intFreshdeskField/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0xc74f=['delete','destroy','multer','path','Router','fs-extra','../../components/auth/service','../../components/interaction/service','get','isAuthenticated','index','create','put','/:id','update'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0xc74f,0xb6));var _0xfc74=function(_0x6c7687,_0xa2355e){_0x6c7687=_0x6c7687-0x0;var _0x22edc0=_0xc74f[_0x6c7687];return _0x22edc0;};'use strict';var multer=require(_0xfc74('0x0'));var util=require('util');var path=require(_0xfc74('0x1'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0xfc74('0x2')]();var fs_extra=require(_0xfc74('0x3'));var auth=require(_0xfc74('0x4'));var interaction=require(_0xfc74('0x5'));var config=require('../../config/environment');var controller=require('./intFreshdeskField.controller');router[_0xfc74('0x6')]('/',auth[_0xfc74('0x7')](),controller[_0xfc74('0x8')]);router[_0xfc74('0x6')]('/:id',auth[_0xfc74('0x7')](),controller['show']);router['post']('/',auth[_0xfc74('0x7')](),controller[_0xfc74('0x9')]);router[_0xfc74('0xa')](_0xfc74('0xb'),auth[_0xfc74('0x7')](),controller[_0xfc74('0xc')]);router[_0xfc74('0xd')](_0xfc74('0xb'),auth['isAuthenticated'](),controller[_0xfc74('0xe')]);module['exports']=router; \ No newline at end of file +var _0xaeca=['../../config/environment','./intFreshdeskField.controller','get','index','/:id','isAuthenticated','show','post','create','put','delete','destroy','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service'];(function(_0x1ff6d1,_0x52f903){var _0x1554cd=function(_0x233f9d){while(--_0x233f9d){_0x1ff6d1['push'](_0x1ff6d1['shift']());}};_0x1554cd(++_0x52f903);}(_0xaeca,0xfc));var _0xaaec=function(_0x258d6e,_0x54387b){_0x258d6e=_0x258d6e-0x0;var _0x1654f2=_0xaeca[_0x258d6e];return _0x1654f2;};'use strict';var multer=require(_0xaaec('0x0'));var util=require(_0xaaec('0x1'));var path=require(_0xaaec('0x2'));var timeout=require(_0xaaec('0x3'));var express=require(_0xaaec('0x4'));var router=express[_0xaaec('0x5')]();var fs_extra=require(_0xaaec('0x6'));var auth=require('../../components/auth/service');var interaction=require(_0xaaec('0x7'));var config=require(_0xaaec('0x8'));var controller=require(_0xaaec('0x9'));router[_0xaaec('0xa')]('/',auth['isAuthenticated'](),controller[_0xaaec('0xb')]);router[_0xaaec('0xa')](_0xaaec('0xc'),auth[_0xaaec('0xd')](),controller[_0xaaec('0xe')]);router[_0xaaec('0xf')]('/',auth[_0xaaec('0xd')](),controller[_0xaaec('0x10')]);router[_0xaaec('0x11')](_0xaaec('0xc'),auth[_0xaaec('0xd')](),controller['update']);router[_0xaaec('0x12')]('/:id',auth['isAuthenticated'](),controller[_0xaaec('0x13')]);module['exports']=router; \ No newline at end of file