Built motion from commit d6d69adf.|2.6.33
[motion2.git] / server / api / squareProject / index.js
index 5fcf616..8bb68e5 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x8b3e=['express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./squareProject.controller','get','isAuthenticated','index','/:id','show','post','create','put','update','destroy','multer','path','connect-timeout'];(function(_0x4aed02,_0x3f757d){var _0x15c0b4=function(_0x3c8271){while(--_0x3c8271){_0x4aed02['push'](_0x4aed02['shift']());}};_0x15c0b4(++_0x3f757d);}(_0x8b3e,0x1b5));var _0xe8b3=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x8b3e[_0x3dd15e];return _0x231fd0;};'use strict';var multer=require(_0xe8b3('0x0'));var util=require('util');var path=require(_0xe8b3('0x1'));var timeout=require(_0xe8b3('0x2'));var express=require(_0xe8b3('0x3'));var router=express[_0xe8b3('0x4')]();var fs_extra=require(_0xe8b3('0x5'));var auth=require(_0xe8b3('0x6'));var interaction=require(_0xe8b3('0x7'));var config=require(_0xe8b3('0x8'));var controller=require(_0xe8b3('0x9'));router[_0xe8b3('0xa')]('/',auth[_0xe8b3('0xb')](),controller[_0xe8b3('0xc')]);router['get'](_0xe8b3('0xd'),auth[_0xe8b3('0xb')](),controller[_0xe8b3('0xe')]);router[_0xe8b3('0xf')]('/',auth[_0xe8b3('0xb')](),controller[_0xe8b3('0x10')]);router[_0xe8b3('0x11')]('/:id',auth[_0xe8b3('0xb')](),controller[_0xe8b3('0x12')]);router['delete'](_0xe8b3('0xd'),auth[_0xe8b3('0xb')](),controller[_0xe8b3('0x13')]);module['exports']=router;
\ No newline at end of file
+var _0x24a0=['put','update','delete','destroy','exports','multer','util','path','connect-timeout','express','fs-extra','../../components/interaction/service','./squareProject.controller','isAuthenticated','get','/:id','create'];(function(_0x499210,_0x325b29){var _0x2e153d=function(_0x951263){while(--_0x951263){_0x499210['push'](_0x499210['shift']());}};_0x2e153d(++_0x325b29);}(_0x24a0,0x148));var _0x024a=function(_0x1745f8,_0x117055){_0x1745f8=_0x1745f8-0x0;var _0x3a6f17=_0x24a0[_0x1745f8];return _0x3a6f17;};'use strict';var multer=require(_0x024a('0x0'));var util=require(_0x024a('0x1'));var path=require(_0x024a('0x2'));var timeout=require(_0x024a('0x3'));var express=require(_0x024a('0x4'));var router=express['Router']();var fs_extra=require(_0x024a('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0x024a('0x6'));var config=require('../../config/environment');var controller=require(_0x024a('0x7'));router['get']('/',auth[_0x024a('0x8')](),controller['index']);router[_0x024a('0x9')](_0x024a('0xa'),auth[_0x024a('0x8')](),controller['show']);router['post']('/',auth[_0x024a('0x8')](),controller[_0x024a('0xb')]);router[_0x024a('0xc')]('/:id',auth[_0x024a('0x8')](),controller[_0x024a('0xd')]);router[_0x024a('0xe')](_0x024a('0xa'),auth[_0x024a('0x8')](),controller[_0x024a('0xf')]);module[_0x024a('0x10')]=router;
\ No newline at end of file