X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FscreenRecording%2Findex.js;h=eff6eb082214d738dd6369b12a09920291d502cd;hb=44bd2814959684a7f7b774f2c71a3b12f9ba5952;hp=2c097af9de1f3449db35bf151c92f7f95c903c0d;hpb=868a31873a4f5d6a45b7a9cfef882f2e311d37fa;p=motion2.git diff --git a/server/api/screenRecording/index.js b/server/api/screenRecording/index.js index 2c097af..eff6eb0 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 _0x53af=['/:id','show','post','create','put','update','destroy','exports','multer','util','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./screenRecording.controller','isAuthenticated','index','get','describe'];(function(_0x213bca,_0x1eb613){var _0x3d9422=function(_0x1be75d){while(--_0x1be75d){_0x213bca['push'](_0x213bca['shift']());}};_0x3d9422(++_0x1eb613);}(_0x53af,0xb0));var _0xf53a=function(_0x2641f9,_0x26715f){_0x2641f9=_0x2641f9-0x0;var _0x585741=_0x53af[_0x2641f9];return _0x585741;};'use strict';var multer=require(_0xf53a('0x0'));var util=require(_0xf53a('0x1'));var path=require('path');var timeout=require(_0xf53a('0x2'));var express=require(_0xf53a('0x3'));var router=express[_0xf53a('0x4')]();var auth=require(_0xf53a('0x5'));var interaction=require(_0xf53a('0x6'));var config=require(_0xf53a('0x7'));var controller=require(_0xf53a('0x8'));router['get']('/',auth[_0xf53a('0x9')](),controller[_0xf53a('0xa')]);router[_0xf53a('0xb')]('/describe',auth[_0xf53a('0x9')](),controller[_0xf53a('0xc')]);router['get'](_0xf53a('0xd'),auth[_0xf53a('0x9')](),controller[_0xf53a('0xe')]);router[_0xf53a('0xb')]('/:id/download',auth[_0xf53a('0x9')](),controller['download']);router[_0xf53a('0xf')]('/',auth[_0xf53a('0x9')](),controller[_0xf53a('0x10')]);router[_0xf53a('0x11')](_0xf53a('0xd'),auth['isAuthenticated'](),controller[_0xf53a('0x12')]);router['delete'](_0xf53a('0xd'),auth['isAuthenticated'](),controller[_0xf53a('0x13')]);module[_0xf53a('0x14')]=router; \ No newline at end of file +var _0xeed2=['connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./screenRecording.controller','get','isAuthenticated','/describe','describe','/:id','show','download','post','put','update','exports','multer','util','path'];(function(_0x4c8d9e,_0x147c50){var _0x2503ee=function(_0x1563fb){while(--_0x1563fb){_0x4c8d9e['push'](_0x4c8d9e['shift']());}};_0x2503ee(++_0x147c50);}(_0xeed2,0xc5));var _0x2eed=function(_0x283667,_0x3570b2){_0x283667=_0x283667-0x0;var _0x6bf465=_0xeed2[_0x283667];return _0x6bf465;};'use strict';var multer=require(_0x2eed('0x0'));var util=require(_0x2eed('0x1'));var path=require(_0x2eed('0x2'));var timeout=require(_0x2eed('0x3'));var express=require(_0x2eed('0x4'));var router=express[_0x2eed('0x5')]();var auth=require(_0x2eed('0x6'));var interaction=require(_0x2eed('0x7'));var config=require('../../config/environment');var controller=require(_0x2eed('0x8'));router[_0x2eed('0x9')]('/',auth[_0x2eed('0xa')](),controller['index']);router['get'](_0x2eed('0xb'),auth[_0x2eed('0xa')](),controller[_0x2eed('0xc')]);router[_0x2eed('0x9')](_0x2eed('0xd'),auth[_0x2eed('0xa')](),controller[_0x2eed('0xe')]);router[_0x2eed('0x9')]('/:id/download',auth[_0x2eed('0xa')](),controller[_0x2eed('0xf')]);router[_0x2eed('0x10')]('/',auth[_0x2eed('0xa')](),controller['create']);router[_0x2eed('0x11')]('/:id',auth[_0x2eed('0xa')](),controller[_0x2eed('0x12')]);router['delete']('/:id',auth[_0x2eed('0xa')](),controller['destroy']);module[_0x2eed('0x13')]=router; \ No newline at end of file