Built motion from commit 3e059bc2.|2.5.32
[motion2.git] / server / api / schedule / index.js
index 22c15a4..d857174 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x02b1=['../../components/interaction/service','../../config/environment','get','isAuthenticated','/:id','show','/:id/run','create','put','update','delete','destroy','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service'];(function(_0x345a41,_0x37631e){var _0x219cd8=function(_0x25424e){while(--_0x25424e){_0x345a41['push'](_0x345a41['shift']());}};_0x219cd8(++_0x37631e);}(_0x02b1,0xb5));var _0x102b=function(_0x47a384,_0x367e60){_0x47a384=_0x47a384-0x0;var _0x327d11=_0x02b1[_0x47a384];return _0x327d11;};'use strict';var multer=require(_0x102b('0x0'));var util=require(_0x102b('0x1'));var path=require(_0x102b('0x2'));var timeout=require(_0x102b('0x3'));var express=require(_0x102b('0x4'));var router=express[_0x102b('0x5')]();var fs_extra=require(_0x102b('0x6'));var auth=require(_0x102b('0x7'));var interaction=require(_0x102b('0x8'));var config=require(_0x102b('0x9'));var controller=require('./schedule.controller');router[_0x102b('0xa')]('/',auth[_0x102b('0xb')](),controller['index']);router[_0x102b('0xa')](_0x102b('0xc'),auth[_0x102b('0xb')](),controller[_0x102b('0xd')]);router['get'](_0x102b('0xe'),auth[_0x102b('0xb')](),controller['run']);router['post']('/',auth[_0x102b('0xb')](),controller[_0x102b('0xf')]);router[_0x102b('0x10')](_0x102b('0xc'),auth[_0x102b('0xb')](),controller[_0x102b('0x11')]);router[_0x102b('0x12')](_0x102b('0xc'),auth['isAuthenticated'](),controller[_0x102b('0x13')]);module[_0x102b('0x14')]=router;
\ No newline at end of file
+var _0xfc68=['../../components/interaction/service','../../config/environment','./schedule.controller','get','isAuthenticated','/:id','/:id/run','post','create','put','update','delete','destroy','util','path','connect-timeout','express','Router','../../components/auth/service'];(function(_0x560653,_0x3c1465){var _0x1f850c=function(_0x2d3b7c){while(--_0x2d3b7c){_0x560653['push'](_0x560653['shift']());}};_0x1f850c(++_0x3c1465);}(_0xfc68,0x92));var _0x8fc6=function(_0x134a75,_0x38c48b){_0x134a75=_0x134a75-0x0;var _0x451353=_0xfc68[_0x134a75];return _0x451353;};'use strict';var multer=require('multer');var util=require(_0x8fc6('0x0'));var path=require(_0x8fc6('0x1'));var timeout=require(_0x8fc6('0x2'));var express=require(_0x8fc6('0x3'));var router=express[_0x8fc6('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0x8fc6('0x5'));var interaction=require(_0x8fc6('0x6'));var config=require(_0x8fc6('0x7'));var controller=require(_0x8fc6('0x8'));router[_0x8fc6('0x9')]('/',auth[_0x8fc6('0xa')](),controller['index']);router['get'](_0x8fc6('0xb'),auth[_0x8fc6('0xa')](),controller['show']);router[_0x8fc6('0x9')](_0x8fc6('0xc'),auth['isAuthenticated'](),controller['run']);router[_0x8fc6('0xd')]('/',auth['isAuthenticated'](),controller[_0x8fc6('0xe')]);router[_0x8fc6('0xf')]('/:id',auth[_0x8fc6('0xa')](),controller[_0x8fc6('0x10')]);router[_0x8fc6('0x11')](_0x8fc6('0xb'),auth[_0x8fc6('0xa')](),controller[_0x8fc6('0x12')]);module['exports']=router;
\ No newline at end of file