Built motion from commit ddca4d0d.|2.5.47
[motion2.git] / server / api / squareOdbc / index.js
index 52e83c8..5396050 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xa59a=['express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./squareOdbc.controller','get','isAuthenticated','index','/:id/test','test','post','create','put','/:id','delete','exports','multer'];(function(_0x22a75f,_0xf98f1f){var _0x583584=function(_0x48a6cc){while(--_0x48a6cc){_0x22a75f['push'](_0x22a75f['shift']());}};_0x583584(++_0xf98f1f);}(_0xa59a,0x155));var _0xaa59=function(_0x516edc,_0xe54fe5){_0x516edc=_0x516edc-0x0;var _0x2b7b17=_0xa59a[_0x516edc];return _0x2b7b17;};'use strict';var multer=require(_0xaa59('0x0'));var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require(_0xaa59('0x1'));var router=express[_0xaa59('0x2')]();var fs_extra=require(_0xaa59('0x3'));var auth=require(_0xaa59('0x4'));var interaction=require(_0xaa59('0x5'));var config=require('../../config/environment');var controller=require(_0xaa59('0x6'));router[_0xaa59('0x7')]('/',auth[_0xaa59('0x8')](),controller[_0xaa59('0x9')]);router[_0xaa59('0x7')]('/:id',auth[_0xaa59('0x8')](),controller['show']);router[_0xaa59('0x7')](_0xaa59('0xa'),auth[_0xaa59('0x8')](),timeout('15s'),controller[_0xaa59('0xb')]);router[_0xaa59('0xc')]('/',auth[_0xaa59('0x8')](),controller[_0xaa59('0xd')]);router[_0xaa59('0xe')](_0xaa59('0xf'),auth[_0xaa59('0x8')](),controller['update']);router[_0xaa59('0x10')](_0xaa59('0xf'),auth[_0xaa59('0x8')](),controller['destroy']);module[_0xaa59('0x11')]=router;
\ No newline at end of file
+var _0x51be=['get','index','/:id','show','isAuthenticated','test','post','put','update','delete','destroy','multer','util','path','connect-timeout','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./squareOdbc.controller'];(function(_0x444462,_0x2bf6e){var _0x3060fa=function(_0x139a93){while(--_0x139a93){_0x444462['push'](_0x444462['shift']());}};_0x3060fa(++_0x2bf6e);}(_0x51be,0x1c3));var _0xe51b=function(_0x5a7e78,_0x400b57){_0x5a7e78=_0x5a7e78-0x0;var _0xa8d4a1=_0x51be[_0x5a7e78];return _0xa8d4a1;};'use strict';var multer=require(_0xe51b('0x0'));var util=require(_0xe51b('0x1'));var path=require(_0xe51b('0x2'));var timeout=require(_0xe51b('0x3'));var express=require('express');var router=express[_0xe51b('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0xe51b('0x5'));var interaction=require(_0xe51b('0x6'));var config=require(_0xe51b('0x7'));var controller=require(_0xe51b('0x8'));router[_0xe51b('0x9')]('/',auth['isAuthenticated'](),controller[_0xe51b('0xa')]);router[_0xe51b('0x9')](_0xe51b('0xb'),auth['isAuthenticated'](),controller[_0xe51b('0xc')]);router[_0xe51b('0x9')]('/:id/test',auth[_0xe51b('0xd')](),timeout('15s'),controller[_0xe51b('0xe')]);router[_0xe51b('0xf')]('/',auth['isAuthenticated'](),controller['create']);router[_0xe51b('0x10')]('/:id',auth[_0xe51b('0xd')](),controller[_0xe51b('0x11')]);router[_0xe51b('0x12')]('/:id',auth['isAuthenticated'](),controller[_0xe51b('0x13')]);module['exports']=router;
\ No newline at end of file