Built motion from commit 19a84241.|2.5.34
[motion2.git] / server / api / pause / index.js
index 642783c..3e8ac7b 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xc3db=['./pause.controller','get','isAuthenticated','index','/:id','show','post','create','update','destroy','exports','multer','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x5407e6,_0x18fcc6){var _0x215815=function(_0x204cdf){while(--_0x204cdf){_0x5407e6['push'](_0x5407e6['shift']());}};_0x215815(++_0x18fcc6);}(_0xc3db,0x1a3));var _0xbc3d=function(_0x339129,_0x86dcc6){_0x339129=_0x339129-0x0;var _0x1570df=_0xc3db[_0x339129];return _0x1570df;};'use strict';var multer=require(_0xbc3d('0x0'));var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express[_0xbc3d('0x1')]();var fs_extra=require(_0xbc3d('0x2'));var auth=require(_0xbc3d('0x3'));var interaction=require(_0xbc3d('0x4'));var config=require(_0xbc3d('0x5'));var controller=require(_0xbc3d('0x6'));router[_0xbc3d('0x7')]('/',auth[_0xbc3d('0x8')](),controller[_0xbc3d('0x9')]);router[_0xbc3d('0x7')](_0xbc3d('0xa'),auth['isAuthenticated'](),controller[_0xbc3d('0xb')]);router[_0xbc3d('0xc')]('/',auth['isAuthenticated'](),controller[_0xbc3d('0xd')]);router['put']('/:id',auth[_0xbc3d('0x8')](),controller[_0xbc3d('0xe')]);router['delete']('/:id',auth[_0xbc3d('0x8')](),controller[_0xbc3d('0xf')]);module[_0xbc3d('0x10')]=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