X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FscreenRecording%2Findex.js;h=e6be654927a1b0d0146bbaedf859e4411f51dc0d;hb=5a8e02cd20cb48fdbc240736658fd4afd650c896;hp=a65ed729d857aa25d1be0c9b120db339d0d552c0;hpb=d0a5f290c38808a51b2a974ceac262033db82ac8;p=motion2.git diff --git a/server/api/screenRecording/index.js b/server/api/screenRecording/index.js index a65ed72..e6be654 100644 --- a/server/api/screenRecording/index.js +++ b/server/api/screenRecording/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x0f66=['destroy','multer','util','path','express','Router','../../components/auth/service','../../config/environment','isAuthenticated','index','/describe','describe','get','/:id','show','/:id/download','download','post','create','put','update','delete'];(function(_0x4139f4,_0x525566){var _0x4749a4=function(_0x5bfd66){while(--_0x5bfd66){_0x4139f4['push'](_0x4139f4['shift']());}};_0x4749a4(++_0x525566);}(_0x0f66,0xdd));var _0x60f6=function(_0x556bb1,_0x34830d){_0x556bb1=_0x556bb1-0x0;var _0x45455f=_0x0f66[_0x556bb1];return _0x45455f;};'use strict';var multer=require(_0x60f6('0x0'));var util=require(_0x60f6('0x1'));var path=require(_0x60f6('0x2'));var timeout=require('connect-timeout');var express=require(_0x60f6('0x3'));var router=express[_0x60f6('0x4')]();var auth=require(_0x60f6('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x60f6('0x6'));var controller=require('./screenRecording.controller');router['get']('/',auth[_0x60f6('0x7')](),controller[_0x60f6('0x8')]);router['get'](_0x60f6('0x9'),auth[_0x60f6('0x7')](),controller[_0x60f6('0xa')]);router[_0x60f6('0xb')](_0x60f6('0xc'),auth['isAuthenticated'](),controller[_0x60f6('0xd')]);router['get'](_0x60f6('0xe'),auth['isAuthenticated'](),controller[_0x60f6('0xf')]);router[_0x60f6('0x10')]('/',auth[_0x60f6('0x7')](),controller[_0x60f6('0x11')]);router[_0x60f6('0x12')](_0x60f6('0xc'),auth['isAuthenticated'](),controller[_0x60f6('0x13')]);router[_0x60f6('0x14')](_0x60f6('0xc'),auth[_0x60f6('0x7')](),controller[_0x60f6('0x15')]);module['exports']=router; \ No newline at end of file +var _0xa9fd=['download','post','put','update','delete','destroy','exports','multer','util','connect-timeout','express','fs-extra','../../components/auth/service','../../config/environment','./screenRecording.controller','get','index','/describe','isAuthenticated','describe','/:id','show','/:id/download'];(function(_0x568414,_0x522dcb){var _0x2a6641=function(_0x17176e){while(--_0x17176e){_0x568414['push'](_0x568414['shift']());}};_0x2a6641(++_0x522dcb);}(_0xa9fd,0x11b));var _0xda9f=function(_0x53f135,_0xf46a69){_0x53f135=_0x53f135-0x0;var _0x3dc90b=_0xa9fd[_0x53f135];return _0x3dc90b;};'use strict';var multer=require(_0xda9f('0x0'));var util=require(_0xda9f('0x1'));var path=require('path');var timeout=require(_0xda9f('0x2'));var express=require(_0xda9f('0x3'));var router=express['Router']();var fs_extra=require(_0xda9f('0x4'));var auth=require(_0xda9f('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0xda9f('0x6'));var controller=require(_0xda9f('0x7'));router[_0xda9f('0x8')]('/',auth['isAuthenticated'](),controller[_0xda9f('0x9')]);router[_0xda9f('0x8')](_0xda9f('0xa'),auth[_0xda9f('0xb')](),controller[_0xda9f('0xc')]);router['get'](_0xda9f('0xd'),auth[_0xda9f('0xb')](),controller[_0xda9f('0xe')]);router[_0xda9f('0x8')](_0xda9f('0xf'),auth[_0xda9f('0xb')](),controller[_0xda9f('0x10')]);router[_0xda9f('0x11')]('/',auth['isAuthenticated'](),controller['create']);router[_0xda9f('0x12')]('/:id',auth['isAuthenticated'](),controller[_0xda9f('0x13')]);router[_0xda9f('0x14')](_0xda9f('0xd'),auth[_0xda9f('0xb')](),controller[_0xda9f('0x15')]);module[_0xda9f('0x16')]=router; \ No newline at end of file