Built motion from commit d13fb11b.|2.6.34
[motion2.git] / server / api / pause / index.js
index 370514f..a0e5e1b 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb1c1=['post','put','update','destroy','exports','multer','util','connect-timeout','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./pause.controller','isAuthenticated','get','/:id','show'];(function(_0x6161e6,_0x2a785a){var _0x4e64c4=function(_0x300cd3){while(--_0x300cd3){_0x6161e6['push'](_0x6161e6['shift']());}};_0x4e64c4(++_0x2a785a);}(_0xb1c1,0x1c7));var _0x1b1c=function(_0x4edd4b,_0x4a9aab){_0x4edd4b=_0x4edd4b-0x0;var _0x4316cc=_0xb1c1[_0x4edd4b];return _0x4316cc;};'use strict';var multer=require(_0x1b1c('0x0'));var util=require(_0x1b1c('0x1'));var path=require('path');var timeout=require(_0x1b1c('0x2'));var express=require('express');var router=express[_0x1b1c('0x3')]();var fs_extra=require(_0x1b1c('0x4'));var auth=require(_0x1b1c('0x5'));var interaction=require(_0x1b1c('0x6'));var config=require(_0x1b1c('0x7'));var controller=require(_0x1b1c('0x8'));router['get']('/',auth[_0x1b1c('0x9')](),controller['index']);router[_0x1b1c('0xa')](_0x1b1c('0xb'),auth[_0x1b1c('0x9')](),controller[_0x1b1c('0xc')]);router[_0x1b1c('0xd')]('/',auth[_0x1b1c('0x9')](),controller['create']);router[_0x1b1c('0xe')](_0x1b1c('0xb'),auth[_0x1b1c('0x9')](),controller[_0x1b1c('0xf')]);router['delete'](_0x1b1c('0xb'),auth[_0x1b1c('0x9')](),controller[_0x1b1c('0x10')]);module[_0x1b1c('0x11')]=router;
\ No newline at end of file
+var _0x59a5=['create','delete','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../config/environment','isAuthenticated','index','get','/:id','post'];(function(_0x414901,_0x20ee6a){var _0x2cae72=function(_0x1f13bc){while(--_0x1f13bc){_0x414901['push'](_0x414901['shift']());}};_0x2cae72(++_0x20ee6a);}(_0x59a5,0x157));var _0x559a=function(_0x10e6ab,_0x446978){_0x10e6ab=_0x10e6ab-0x0;var _0x581b5b=_0x59a5[_0x10e6ab];return _0x581b5b;};'use strict';var multer=require(_0x559a('0x0'));var util=require(_0x559a('0x1'));var path=require(_0x559a('0x2'));var timeout=require(_0x559a('0x3'));var express=require(_0x559a('0x4'));var router=express[_0x559a('0x5')]();var fs_extra=require(_0x559a('0x6'));var auth=require(_0x559a('0x7'));var interaction=require('../../components/interaction/service');var config=require(_0x559a('0x8'));var controller=require('./pause.controller');router['get']('/',auth[_0x559a('0x9')](),controller[_0x559a('0xa')]);router[_0x559a('0xb')](_0x559a('0xc'),auth[_0x559a('0x9')](),controller['show']);router[_0x559a('0xd')]('/',auth['isAuthenticated'](),controller[_0x559a('0xe')]);router['put'](_0x559a('0xc'),auth[_0x559a('0x9')](),controller['update']);router[_0x559a('0xf')](_0x559a('0xc'),auth['isAuthenticated'](),controller['destroy']);module[_0x559a('0x10')]=router;
\ No newline at end of file