Built motion from commit 00bf23f6.|2.6.16
[motion2.git] / server / api / screenRecording / index.js
index 53f9e45..7747f89 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb83c=['Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./screenRecording.controller','get','isAuthenticated','index','describe','/:id','show','/:id/download','post','create','put','update','destroy','exports','multer','util','path','connect-timeout','express'];(function(_0x21fb61,_0x41e5f8){var _0x1733df=function(_0x17cb23){while(--_0x17cb23){_0x21fb61['push'](_0x21fb61['shift']());}};_0x1733df(++_0x41e5f8);}(_0xb83c,0x13d));var _0xcb83=function(_0x2d15d1,_0xd0aa5d){_0x2d15d1=_0x2d15d1-0x0;var _0x5e9d59=_0xb83c[_0x2d15d1];return _0x5e9d59;};'use strict';var multer=require(_0xcb83('0x0'));var util=require(_0xcb83('0x1'));var path=require(_0xcb83('0x2'));var timeout=require(_0xcb83('0x3'));var express=require(_0xcb83('0x4'));var router=express[_0xcb83('0x5')]();var auth=require(_0xcb83('0x6'));var interaction=require(_0xcb83('0x7'));var config=require(_0xcb83('0x8'));var controller=require(_0xcb83('0x9'));router[_0xcb83('0xa')]('/',auth[_0xcb83('0xb')](),controller[_0xcb83('0xc')]);router[_0xcb83('0xa')]('/describe',auth[_0xcb83('0xb')](),controller[_0xcb83('0xd')]);router[_0xcb83('0xa')](_0xcb83('0xe'),auth[_0xcb83('0xb')](),controller[_0xcb83('0xf')]);router[_0xcb83('0xa')](_0xcb83('0x10'),auth[_0xcb83('0xb')](),controller['download']);router[_0xcb83('0x11')]('/',auth['isAuthenticated'](),controller[_0xcb83('0x12')]);router[_0xcb83('0x13')](_0xcb83('0xe'),auth[_0xcb83('0xb')](),controller[_0xcb83('0x14')]);router['delete']('/:id',auth[_0xcb83('0xb')](),controller[_0xcb83('0x15')]);module[_0xcb83('0x16')]=router;
\ No newline at end of file
+var _0x6f0f=['show','download','post','create','/:id','update','delete','destroy','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','get','isAuthenticated','index','/describe','describe'];(function(_0x25701b,_0x2a6976){var _0x3a8a2c=function(_0x1a5e78){while(--_0x1a5e78){_0x25701b['push'](_0x25701b['shift']());}};_0x3a8a2c(++_0x2a6976);}(_0x6f0f,0x65));var _0xf6f0=function(_0x221b8c,_0x2c7afc){_0x221b8c=_0x221b8c-0x0;var _0x3fab9f=_0x6f0f[_0x221b8c];return _0x3fab9f;};'use strict';var multer=require(_0xf6f0('0x0'));var util=require(_0xf6f0('0x1'));var path=require(_0xf6f0('0x2'));var timeout=require(_0xf6f0('0x3'));var express=require(_0xf6f0('0x4'));var router=express[_0xf6f0('0x5')]();var fs_extra=require(_0xf6f0('0x6'));var auth=require(_0xf6f0('0x7'));var interaction=require(_0xf6f0('0x8'));var config=require('../../config/environment');var controller=require('./screenRecording.controller');router[_0xf6f0('0x9')]('/',auth[_0xf6f0('0xa')](),controller[_0xf6f0('0xb')]);router['get'](_0xf6f0('0xc'),auth[_0xf6f0('0xa')](),controller[_0xf6f0('0xd')]);router[_0xf6f0('0x9')]('/:id',auth[_0xf6f0('0xa')](),controller[_0xf6f0('0xe')]);router['get']('/:id/download',auth[_0xf6f0('0xa')](),controller[_0xf6f0('0xf')]);router[_0xf6f0('0x10')]('/',auth[_0xf6f0('0xa')](),controller[_0xf6f0('0x11')]);router['put'](_0xf6f0('0x12'),auth[_0xf6f0('0xa')](),controller[_0xf6f0('0x13')]);router[_0xf6f0('0x14')]('/:id',auth[_0xf6f0('0xa')](),controller[_0xf6f0('0x15')]);module[_0xf6f0('0x16')]=router;
\ No newline at end of file