Built motion from commit 00bf23f6.|2.6.16
[motion2.git] / server / api / screenRecording / index.js
index dc5bd62..7747f89 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x9f67=['../../config/environment','./screenRecording.controller','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/download','post','create','update','exports','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service'];(function(_0xd68747,_0x480080){var _0x227c9b=function(_0x4b8ad2){while(--_0x4b8ad2){_0xd68747['push'](_0xd68747['shift']());}};_0x227c9b(++_0x480080);}(_0x9f67,0xea));var _0x79f6=function(_0x590725,_0x884a7d){_0x590725=_0x590725-0x0;var _0x1ff90f=_0x9f67[_0x590725];return _0x1ff90f;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x79f6('0x0'));var timeout=require(_0x79f6('0x1'));var express=require(_0x79f6('0x2'));var router=express[_0x79f6('0x3')]();var fs_extra=require(_0x79f6('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0x79f6('0x5'));var config=require(_0x79f6('0x6'));var controller=require(_0x79f6('0x7'));router[_0x79f6('0x8')]('/',auth[_0x79f6('0x9')](),controller[_0x79f6('0xa')]);router['get'](_0x79f6('0xb'),auth[_0x79f6('0x9')](),controller[_0x79f6('0xc')]);router['get'](_0x79f6('0xd'),auth[_0x79f6('0x9')](),controller[_0x79f6('0xe')]);router[_0x79f6('0x8')](_0x79f6('0xf'),auth[_0x79f6('0x9')](),controller['download']);router[_0x79f6('0x10')]('/',auth[_0x79f6('0x9')](),controller[_0x79f6('0x11')]);router['put']('/:id',auth[_0x79f6('0x9')](),controller[_0x79f6('0x12')]);router['delete'](_0x79f6('0xd'),auth['isAuthenticated'](),controller['destroy']);module[_0x79f6('0x13')]=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