Built motion from commit (unavailable).|2.6.0
[motion2.git] / server / api / squareProject / index.js
index c647c90..b5d7532 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xa44b=['express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./squareProject.controller','get','isAuthenticated','index','/:id','show','/:id/users','getUsers','post','put','update','delete','destroy','removeUsers','util','path','connect-timeout'];(function(_0x86e72b,_0x1b7e44){var _0x103792=function(_0x1bdf7e){while(--_0x1bdf7e){_0x86e72b['push'](_0x86e72b['shift']());}};_0x103792(++_0x1b7e44);}(_0xa44b,0xc3));var _0xba44=function(_0x19691f,_0x159737){_0x19691f=_0x19691f-0x0;var _0x5677b6=_0xa44b[_0x19691f];return _0x5677b6;};'use strict';var multer=require('multer');var util=require(_0xba44('0x0'));var path=require(_0xba44('0x1'));var timeout=require(_0xba44('0x2'));var express=require(_0xba44('0x3'));var router=express[_0xba44('0x4')]();var fs_extra=require(_0xba44('0x5'));var auth=require(_0xba44('0x6'));var interaction=require(_0xba44('0x7'));var config=require('../../config/environment');var controller=require(_0xba44('0x8'));router[_0xba44('0x9')]('/',auth[_0xba44('0xa')](),controller[_0xba44('0xb')]);router[_0xba44('0x9')](_0xba44('0xc'),auth['isAuthenticated'](),controller[_0xba44('0xd')]);router['get'](_0xba44('0xe'),auth[_0xba44('0xa')](),controller[_0xba44('0xf')]);router[_0xba44('0x10')]('/',auth['isAuthenticated'](),controller['create']);router[_0xba44('0x10')]('/:id/users',auth[_0xba44('0xa')](),controller['addUsers']);router[_0xba44('0x11')](_0xba44('0xc'),auth[_0xba44('0xa')](),controller[_0xba44('0x12')]);router[_0xba44('0x13')](_0xba44('0xc'),auth[_0xba44('0xa')](),controller[_0xba44('0x14')]);router[_0xba44('0x13')](_0xba44('0xe'),auth[_0xba44('0xa')](),controller[_0xba44('0x15')]);module['exports']=router;
\ No newline at end of file
+var _0x5a88=['create','addUsers','update','destroy','delete','removeUsers','exports','multer','path','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','./squareProject.controller','get','isAuthenticated','/:id','show','/:id/users','post'];(function(_0x5961e0,_0x53faef){var _0x72de6e=function(_0x174389){while(--_0x174389){_0x5961e0['push'](_0x5961e0['shift']());}};_0x72de6e(++_0x53faef);}(_0x5a88,0xaf));var _0x85a8=function(_0x2ba006,_0x32c82d){_0x2ba006=_0x2ba006-0x0;var _0x4af089=_0x5a88[_0x2ba006];return _0x4af089;};'use strict';var multer=require(_0x85a8('0x0'));var util=require('util');var path=require(_0x85a8('0x1'));var timeout=require(_0x85a8('0x2'));var express=require(_0x85a8('0x3'));var router=express[_0x85a8('0x4')]();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require(_0x85a8('0x5'));var config=require(_0x85a8('0x6'));var controller=require(_0x85a8('0x7'));router[_0x85a8('0x8')]('/',auth[_0x85a8('0x9')](),controller['index']);router[_0x85a8('0x8')](_0x85a8('0xa'),auth[_0x85a8('0x9')](),controller[_0x85a8('0xb')]);router[_0x85a8('0x8')](_0x85a8('0xc'),auth[_0x85a8('0x9')](),controller['getUsers']);router[_0x85a8('0xd')]('/',auth['isAuthenticated'](),controller[_0x85a8('0xe')]);router[_0x85a8('0xd')](_0x85a8('0xc'),auth[_0x85a8('0x9')](),controller[_0x85a8('0xf')]);router['put'](_0x85a8('0xa'),auth[_0x85a8('0x9')](),controller[_0x85a8('0x10')]);router['delete'](_0x85a8('0xa'),auth[_0x85a8('0x9')](),controller[_0x85a8('0x11')]);router[_0x85a8('0x12')](_0x85a8('0xc'),auth[_0x85a8('0x9')](),controller[_0x85a8('0x13')]);module[_0x85a8('0x14')]=router;
\ No newline at end of file