Built motion from commit ddca4d0d.|2.5.47
[motion2.git] / server / api / squareOdbc / index.js
index 60d065d..5396050 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xa91a=['./squareOdbc.controller','get','isAuthenticated','index','/:id/test','15s','test','post','create','put','/:id','update','exports','util','path','connect-timeout','express','Router','../../components/interaction/service','../../config/environment'];(function(_0x4ea064,_0x105b04){var _0x15a832=function(_0x1c1055){while(--_0x1c1055){_0x4ea064['push'](_0x4ea064['shift']());}};_0x15a832(++_0x105b04);}(_0xa91a,0x111));var _0xaa91=function(_0x53a0f5,_0x2daaf3){_0x53a0f5=_0x53a0f5-0x0;var _0x2ebe29=_0xa91a[_0x53a0f5];return _0x2ebe29;};'use strict';var multer=require('multer');var util=require(_0xaa91('0x0'));var path=require(_0xaa91('0x1'));var timeout=require(_0xaa91('0x2'));var express=require(_0xaa91('0x3'));var router=express[_0xaa91('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0xaa91('0x5'));var config=require(_0xaa91('0x6'));var controller=require(_0xaa91('0x7'));router[_0xaa91('0x8')]('/',auth[_0xaa91('0x9')](),controller[_0xaa91('0xa')]);router[_0xaa91('0x8')]('/:id',auth[_0xaa91('0x9')](),controller['show']);router[_0xaa91('0x8')](_0xaa91('0xb'),auth[_0xaa91('0x9')](),timeout(_0xaa91('0xc')),controller[_0xaa91('0xd')]);router[_0xaa91('0xe')]('/',auth['isAuthenticated'](),controller[_0xaa91('0xf')]);router[_0xaa91('0x10')](_0xaa91('0x11'),auth[_0xaa91('0x9')](),controller[_0xaa91('0x12')]);router['delete'](_0xaa91('0x11'),auth[_0xaa91('0x9')](),controller['destroy']);module[_0xaa91('0x13')]=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