Built motion from commit 19a84241.|2.5.34
[motion2.git] / server / api / pause / index.js
index a462a8e..3e8ac7b 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x6e5e=['connect-timeout','express','../../components/auth/service','../../components/interaction/service','../../config/environment','./pause.controller','isAuthenticated','index','get','show','create','put','/:id','update','delete','destroy','exports','multer','path'];(function(_0x1275ad,_0x3b4a8f){var _0x4e167a=function(_0x4f9386){while(--_0x4f9386){_0x1275ad['push'](_0x1275ad['shift']());}};_0x4e167a(++_0x3b4a8f);}(_0x6e5e,0xe2));var _0xe6e5=function(_0x26ec4d,_0x14513a){_0x26ec4d=_0x26ec4d-0x0;var _0x1ac9c5=_0x6e5e[_0x26ec4d];return _0x1ac9c5;};'use strict';var multer=require(_0xe6e5('0x0'));var util=require('util');var path=require(_0xe6e5('0x1'));var timeout=require(_0xe6e5('0x2'));var express=require(_0xe6e5('0x3'));var router=express['Router']();var auth=require(_0xe6e5('0x4'));var interaction=require(_0xe6e5('0x5'));var config=require(_0xe6e5('0x6'));var controller=require(_0xe6e5('0x7'));router['get']('/',auth[_0xe6e5('0x8')](),controller[_0xe6e5('0x9')]);router[_0xe6e5('0xa')]('/:id',auth['isAuthenticated'](),controller[_0xe6e5('0xb')]);router['post']('/',auth[_0xe6e5('0x8')](),controller[_0xe6e5('0xc')]);router[_0xe6e5('0xd')](_0xe6e5('0xe'),auth['isAuthenticated'](),controller[_0xe6e5('0xf')]);router[_0xe6e5('0x10')](_0xe6e5('0xe'),auth[_0xe6e5('0x8')](),controller[_0xe6e5('0x11')]);module[_0xe6e5('0x12')]=router;
\ No newline at end of file
+var _0x882a=['connect-timeout','Router','fs-extra','../../config/environment','./pause.controller','get','isAuthenticated','index','/:id','show','post','put','update','delete','exports','util'];(function(_0x48566f,_0x3dd865){var _0x299b50=function(_0x37d8cc){while(--_0x37d8cc){_0x48566f['push'](_0x48566f['shift']());}};_0x299b50(++_0x3dd865);}(_0x882a,0xbf));var _0xa882=function(_0x38d6cc,_0x2d354f){_0x38d6cc=_0x38d6cc-0x0;var _0x319f69=_0x882a[_0x38d6cc];return _0x319f69;};'use strict';var multer=require('multer');var util=require(_0xa882('0x0'));var path=require('path');var timeout=require(_0xa882('0x1'));var express=require('express');var router=express[_0xa882('0x2')]();var fs_extra=require(_0xa882('0x3'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0xa882('0x4'));var controller=require(_0xa882('0x5'));router[_0xa882('0x6')]('/',auth[_0xa882('0x7')](),controller[_0xa882('0x8')]);router[_0xa882('0x6')](_0xa882('0x9'),auth['isAuthenticated'](),controller[_0xa882('0xa')]);router[_0xa882('0xb')]('/',auth[_0xa882('0x7')](),controller['create']);router[_0xa882('0xc')]('/:id',auth[_0xa882('0x7')](),controller[_0xa882('0xd')]);router[_0xa882('0xe')](_0xa882('0x9'),auth[_0xa882('0x7')](),controller['destroy']);module[_0xa882('0xf')]=router;
\ No newline at end of file