Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / api / schedule / index.js
index 27561ff..998d92a 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x7ad1=['run','post','create','put','/:id','update','delete','destroy','exports','util','path','connect-timeout','express','Router','./schedule.controller','get','isAuthenticated','show','/:id/run'];(function(_0x3cd4df,_0x756389){var _0x54a719=function(_0x23e451){while(--_0x23e451){_0x3cd4df['push'](_0x3cd4df['shift']());}};_0x54a719(++_0x756389);}(_0x7ad1,0x1be));var _0x17ad=function(_0x350f1,_0x3f1f64){_0x350f1=_0x350f1-0x0;var _0x397187=_0x7ad1[_0x350f1];return _0x397187;};'use strict';var multer=require('multer');var util=require(_0x17ad('0x0'));var path=require(_0x17ad('0x1'));var timeout=require(_0x17ad('0x2'));var express=require(_0x17ad('0x3'));var router=express[_0x17ad('0x4')]();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x17ad('0x5'));router[_0x17ad('0x6')]('/',auth[_0x17ad('0x7')](),controller['index']);router[_0x17ad('0x6')]('/:id',auth[_0x17ad('0x7')](),controller[_0x17ad('0x8')]);router[_0x17ad('0x6')](_0x17ad('0x9'),auth['isAuthenticated'](),controller[_0x17ad('0xa')]);router[_0x17ad('0xb')]('/',auth['isAuthenticated'](),controller[_0x17ad('0xc')]);router[_0x17ad('0xd')](_0x17ad('0xe'),auth['isAuthenticated'](),controller[_0x17ad('0xf')]);router[_0x17ad('0x10')](_0x17ad('0xe'),auth['isAuthenticated'](),controller[_0x17ad('0x11')]);module[_0x17ad('0x12')]=router;
\ No newline at end of file
+var _0x3fa5=['../../components/auth/service','../../config/environment','get','isAuthenticated','/:id','/:id/run','run','create','put','delete','exports','multer','util','connect-timeout','Router'];(function(_0x4c5d3d,_0x4ce396){var _0x296bb7=function(_0xf40928){while(--_0xf40928){_0x4c5d3d['push'](_0x4c5d3d['shift']());}};_0x296bb7(++_0x4ce396);}(_0x3fa5,0x92));var _0x53fa=function(_0x3cc28c,_0x29bc75){_0x3cc28c=_0x3cc28c-0x0;var _0x92e4f3=_0x3fa5[_0x3cc28c];return _0x92e4f3;};'use strict';var multer=require(_0x53fa('0x0'));var util=require(_0x53fa('0x1'));var path=require('path');var timeout=require(_0x53fa('0x2'));var express=require('express');var router=express[_0x53fa('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x53fa('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0x53fa('0x5'));var controller=require('./schedule.controller');router[_0x53fa('0x6')]('/',auth[_0x53fa('0x7')](),controller['index']);router[_0x53fa('0x6')](_0x53fa('0x8'),auth[_0x53fa('0x7')](),controller['show']);router[_0x53fa('0x6')](_0x53fa('0x9'),auth['isAuthenticated'](),controller[_0x53fa('0xa')]);router['post']('/',auth[_0x53fa('0x7')](),controller[_0x53fa('0xb')]);router[_0x53fa('0xc')]('/:id',auth[_0x53fa('0x7')](),controller['update']);router[_0x53fa('0xd')](_0x53fa('0x8'),auth[_0x53fa('0x7')](),controller['destroy']);module[_0x53fa('0xe')]=router;
\ No newline at end of file