Built motion from commit ffdca78c.|2.6.24
[motion2.git] / server / api / openchannelApplication / index.js
index 317587c..da82ec4 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xeffa=['../../config/environment','./openchannelApplication.controller','get','isAuthenticated','create','/:id','update','destroy','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service'];(function(_0x3b04e1,_0x3547d0){var _0x402020=function(_0x48d7a1){while(--_0x48d7a1){_0x3b04e1['push'](_0x3b04e1['shift']());}};_0x402020(++_0x3547d0);}(_0xeffa,0x1c9));var _0xaeff=function(_0x4fbfd9,_0x3ab91a){_0x4fbfd9=_0x4fbfd9-0x0;var _0x31dc94=_0xeffa[_0x4fbfd9];return _0x31dc94;};'use strict';var multer=require(_0xaeff('0x0'));var util=require(_0xaeff('0x1'));var path=require(_0xaeff('0x2'));var timeout=require(_0xaeff('0x3'));var express=require(_0xaeff('0x4'));var router=express[_0xaeff('0x5')]();var auth=require(_0xaeff('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0xaeff('0x7'));var controller=require(_0xaeff('0x8'));router[_0xaeff('0x9')]('/',auth['isAuthenticated'](),controller['index']);router[_0xaeff('0x9')]('/:id',auth[_0xaeff('0xa')](),controller['show']);router['post']('/',auth[_0xaeff('0xa')](),controller[_0xaeff('0xb')]);router['put'](_0xaeff('0xc'),auth[_0xaeff('0xa')](),controller[_0xaeff('0xd')]);router['delete']('/:id',auth['isAuthenticated'](),controller[_0xaeff('0xe')]);module[_0xaeff('0xf')]=router;
\ No newline at end of file
+var _0xe603=['fs-extra','../../components/auth/service','../../config/environment','./openchannelApplication.controller','get','isAuthenticated','index','show','post','create','put','/:id','exports','multer','util','path','Router'];(function(_0x4f08dd,_0x3784ec){var _0x3017ee=function(_0x7d95be){while(--_0x7d95be){_0x4f08dd['push'](_0x4f08dd['shift']());}};_0x3017ee(++_0x3784ec);}(_0xe603,0x73));var _0x3e60=function(_0x21a03b,_0x4ccc8c){_0x21a03b=_0x21a03b-0x0;var _0x20a7ba=_0xe603[_0x21a03b];return _0x20a7ba;};'use strict';var multer=require(_0x3e60('0x0'));var util=require(_0x3e60('0x1'));var path=require(_0x3e60('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0x3e60('0x3')]();var fs_extra=require(_0x3e60('0x4'));var auth=require(_0x3e60('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x3e60('0x6'));var controller=require(_0x3e60('0x7'));router[_0x3e60('0x8')]('/',auth[_0x3e60('0x9')](),controller[_0x3e60('0xa')]);router[_0x3e60('0x8')]('/:id',auth['isAuthenticated'](),controller[_0x3e60('0xb')]);router[_0x3e60('0xc')]('/',auth[_0x3e60('0x9')](),controller[_0x3e60('0xd')]);router[_0x3e60('0xe')]('/:id',auth[_0x3e60('0x9')](),controller['update']);router['delete'](_0x3e60('0xf'),auth[_0x3e60('0x9')](),controller['destroy']);module[_0x3e60('0x10')]=router;
\ No newline at end of file