Built motion from commit 10af8726.|2.6.34
[motion2.git] / server / api / pause / index.js
index bd74572..05cc92e 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x6e14=['util','connect-timeout','Router','fs-extra','../../config/environment','./pause.controller','isAuthenticated','/:id','show','post','put','update','delete','destroy','exports','multer'];(function(_0x274283,_0x2e0d24){var _0x23756a=function(_0x56c153){while(--_0x56c153){_0x274283['push'](_0x274283['shift']());}};_0x23756a(++_0x2e0d24);}(_0x6e14,0x15f));var _0x46e1=function(_0x1c8b8c,_0x742e59){_0x1c8b8c=_0x1c8b8c-0x0;var _0x49bc36=_0x6e14[_0x1c8b8c];return _0x49bc36;};'use strict';var multer=require(_0x46e1('0x0'));var util=require(_0x46e1('0x1'));var path=require('path');var timeout=require(_0x46e1('0x2'));var express=require('express');var router=express[_0x46e1('0x3')]();var fs_extra=require(_0x46e1('0x4'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x46e1('0x5'));var controller=require(_0x46e1('0x6'));router['get']('/',auth[_0x46e1('0x7')](),controller['index']);router['get'](_0x46e1('0x8'),auth[_0x46e1('0x7')](),controller[_0x46e1('0x9')]);router[_0x46e1('0xa')]('/',auth[_0x46e1('0x7')](),controller['create']);router[_0x46e1('0xb')](_0x46e1('0x8'),auth[_0x46e1('0x7')](),controller[_0x46e1('0xc')]);router[_0x46e1('0xd')](_0x46e1('0x8'),auth[_0x46e1('0x7')](),controller[_0x46e1('0xe')]);module[_0x46e1('0xf')]=router;
\ No newline at end of file
+var _0x1a77=['../../config/environment','./pause.controller','get','isAuthenticated','index','/:id','post','create','put','update','delete','destroy','exports','util','path','connect-timeout','fs-extra','../../components/auth/service','../../components/interaction/service'];(function(_0xe9bf6d,_0x47ad0c){var _0x498165=function(_0x6f4882){while(--_0x6f4882){_0xe9bf6d['push'](_0xe9bf6d['shift']());}};_0x498165(++_0x47ad0c);}(_0x1a77,0x150));var _0x71a7=function(_0x48c324,_0x274224){_0x48c324=_0x48c324-0x0;var _0x54d444=_0x1a77[_0x48c324];return _0x54d444;};'use strict';var multer=require('multer');var util=require(_0x71a7('0x0'));var path=require(_0x71a7('0x1'));var timeout=require(_0x71a7('0x2'));var express=require('express');var router=express['Router']();var fs_extra=require(_0x71a7('0x3'));var auth=require(_0x71a7('0x4'));var interaction=require(_0x71a7('0x5'));var config=require(_0x71a7('0x6'));var controller=require(_0x71a7('0x7'));router[_0x71a7('0x8')]('/',auth[_0x71a7('0x9')](),controller[_0x71a7('0xa')]);router[_0x71a7('0x8')](_0x71a7('0xb'),auth[_0x71a7('0x9')](),controller['show']);router[_0x71a7('0xc')]('/',auth[_0x71a7('0x9')](),controller[_0x71a7('0xd')]);router[_0x71a7('0xe')](_0x71a7('0xb'),auth[_0x71a7('0x9')](),controller[_0x71a7('0xf')]);router[_0x71a7('0x10')](_0x71a7('0xb'),auth[_0x71a7('0x9')](),controller[_0x71a7('0x11')]);module[_0x71a7('0x12')]=router;
\ No newline at end of file