Built motion from commit a679711e.|2.6.15
[motion2.git] / server / api / intFreshdeskField / index.js
index 7115944..4aa3607 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xec4f=['isAuthenticated','index','get','/:id','show','put','update','delete','destroy','exports','util','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x59384a,_0x2782bb){var _0x43388=function(_0x223fc9){while(--_0x223fc9){_0x59384a['push'](_0x59384a['shift']());}};_0x43388(++_0x2782bb);}(_0xec4f,0xf8));var _0xfec4=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0xec4f[_0x3dd15e];return _0x231fd0;};'use strict';var multer=require('multer');var util=require(_0xfec4('0x0'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0xfec4('0x1'));var router=express[_0xfec4('0x2')]();var fs_extra=require(_0xfec4('0x3'));var auth=require(_0xfec4('0x4'));var interaction=require(_0xfec4('0x5'));var config=require(_0xfec4('0x6'));var controller=require('./intFreshdeskField.controller');router['get']('/',auth[_0xfec4('0x7')](),controller[_0xfec4('0x8')]);router[_0xfec4('0x9')](_0xfec4('0xa'),auth['isAuthenticated'](),controller[_0xfec4('0xb')]);router['post']('/',auth['isAuthenticated'](),controller['create']);router[_0xfec4('0xc')](_0xfec4('0xa'),auth[_0xfec4('0x7')](),controller[_0xfec4('0xd')]);router[_0xfec4('0xe')](_0xfec4('0xa'),auth[_0xfec4('0x7')](),controller[_0xfec4('0xf')]);module[_0xfec4('0x10')]=router;
\ No newline at end of file
+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