X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FscreenRecording%2Findex.js;h=37765bffc3d241ba89e8e2bbca260b85c835334b;hb=b8feeab5a72cbb7651a1c603fc767034cd5922cc;hp=54e111193fbb2b9840e973bf60c3c0826579e172;hpb=5584754b2aa104a57907f7aa392d8c07dfdc6150;p=motion2.git diff --git a/server/api/screenRecording/index.js b/server/api/screenRecording/index.js index 54e1111..37765bf 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 _0x5174=['../../components/auth/service','../../config/environment','./screenRecording.controller','get','isAuthenticated','index','/describe','describe','show','download','post','put','/:id','update','delete','destroy','exports','multer','util','path','connect-timeout','express','Router'];(function(_0x567994,_0x12dff0){var _0x3ab03f=function(_0x38f095){while(--_0x38f095){_0x567994['push'](_0x567994['shift']());}};_0x3ab03f(++_0x12dff0);}(_0x5174,0x13c));var _0x4517=function(_0x45e520,_0x2d11df){_0x45e520=_0x45e520-0x0;var _0x209a05=_0x5174[_0x45e520];return _0x209a05;};'use strict';var multer=require(_0x4517('0x0'));var util=require(_0x4517('0x1'));var path=require(_0x4517('0x2'));var timeout=require(_0x4517('0x3'));var express=require(_0x4517('0x4'));var router=express[_0x4517('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0x4517('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0x4517('0x7'));var controller=require(_0x4517('0x8'));router[_0x4517('0x9')]('/',auth[_0x4517('0xa')](),controller[_0x4517('0xb')]);router[_0x4517('0x9')](_0x4517('0xc'),auth['isAuthenticated'](),controller[_0x4517('0xd')]);router[_0x4517('0x9')]('/:id',auth[_0x4517('0xa')](),controller[_0x4517('0xe')]);router[_0x4517('0x9')]('/:id/download',auth[_0x4517('0xa')](),controller[_0x4517('0xf')]);router[_0x4517('0x10')]('/',auth[_0x4517('0xa')](),controller['create']);router[_0x4517('0x11')](_0x4517('0x12'),auth[_0x4517('0xa')](),controller[_0x4517('0x13')]);router[_0x4517('0x14')]('/:id',auth[_0x4517('0xa')](),controller[_0x4517('0x15')]);module[_0x4517('0x16')]=router; \ No newline at end of file +var _0x2281=['express','Router','fs-extra','../../components/auth/service','../../config/environment','./screenRecording.controller','get','isAuthenticated','index','describe','/:id','show','post','create','put','update','destroy','exports','util'];(function(_0x15e4dd,_0x4773cf){var _0x1e03aa=function(_0x47b512){while(--_0x47b512){_0x15e4dd['push'](_0x15e4dd['shift']());}};_0x1e03aa(++_0x4773cf);}(_0x2281,0xd0));var _0x1228=function(_0x2dafbe,_0x5d04de){_0x2dafbe=_0x2dafbe-0x0;var _0x58a45a=_0x2281[_0x2dafbe];return _0x58a45a;};'use strict';var multer=require('multer');var util=require(_0x1228('0x0'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0x1228('0x1'));var router=express[_0x1228('0x2')]();var fs_extra=require(_0x1228('0x3'));var auth=require(_0x1228('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0x1228('0x5'));var controller=require(_0x1228('0x6'));router[_0x1228('0x7')]('/',auth[_0x1228('0x8')](),controller[_0x1228('0x9')]);router['get']('/describe',auth[_0x1228('0x8')](),controller[_0x1228('0xa')]);router[_0x1228('0x7')](_0x1228('0xb'),auth[_0x1228('0x8')](),controller[_0x1228('0xc')]);router[_0x1228('0x7')]('/:id/download',auth['isAuthenticated'](),controller['download']);router[_0x1228('0xd')]('/',auth[_0x1228('0x8')](),controller[_0x1228('0xe')]);router[_0x1228('0xf')](_0x1228('0xb'),auth['isAuthenticated'](),controller[_0x1228('0x10')]);router['delete'](_0x1228('0xb'),auth['isAuthenticated'](),controller[_0x1228('0x11')]);module[_0x1228('0x12')]=router; \ No newline at end of file