Built motion from commit ffdca78c.|2.6.24
[motion2.git] / server / api / schedule / index.js
index c133213..a5f46c1 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x0ac1=['../../config/environment','./schedule.controller','get','isAuthenticated','index','/:id','show','/:id/run','run','post','create','put','update','delete','destroy','multer','util','path','../../components/auth/service','../../components/interaction/service'];(function(_0x47db03,_0x31a06c){var _0x229817=function(_0x483342){while(--_0x483342){_0x47db03['push'](_0x47db03['shift']());}};_0x229817(++_0x31a06c);}(_0x0ac1,0x1c7));var _0x10ac=function(_0x57494a,_0x4d6bc8){_0x57494a=_0x57494a-0x0;var _0x4a92e4=_0x0ac1[_0x57494a];return _0x4a92e4;};'use strict';var multer=require(_0x10ac('0x0'));var util=require(_0x10ac('0x1'));var path=require(_0x10ac('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0x10ac('0x3'));var interaction=require(_0x10ac('0x4'));var config=require(_0x10ac('0x5'));var controller=require(_0x10ac('0x6'));router[_0x10ac('0x7')]('/',auth[_0x10ac('0x8')](),controller[_0x10ac('0x9')]);router[_0x10ac('0x7')](_0x10ac('0xa'),auth[_0x10ac('0x8')](),controller[_0x10ac('0xb')]);router[_0x10ac('0x7')](_0x10ac('0xc'),auth[_0x10ac('0x8')](),controller[_0x10ac('0xd')]);router[_0x10ac('0xe')]('/',auth[_0x10ac('0x8')](),controller[_0x10ac('0xf')]);router[_0x10ac('0x10')]('/:id',auth[_0x10ac('0x8')](),controller[_0x10ac('0x11')]);router[_0x10ac('0x12')]('/:id',auth[_0x10ac('0x8')](),controller[_0x10ac('0x13')]);module['exports']=router;
\ No newline at end of file
+var _0x60a3=['../../components/auth/service','../../config/environment','get','index','/:id','show','/:id/run','isAuthenticated','create','put','update','destroy','exports','multer','util','connect-timeout','express','Router'];(function(_0x11e029,_0x367053){var _0x575396=function(_0x5e17b3){while(--_0x5e17b3){_0x11e029['push'](_0x11e029['shift']());}};_0x575396(++_0x367053);}(_0x60a3,0x11b));var _0x360a=function(_0x452257,_0xd7114){_0x452257=_0x452257-0x0;var _0x5c1d3f=_0x60a3[_0x452257];return _0x5c1d3f;};'use strict';var multer=require(_0x360a('0x0'));var util=require(_0x360a('0x1'));var path=require('path');var timeout=require(_0x360a('0x2'));var express=require(_0x360a('0x3'));var router=express[_0x360a('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0x360a('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x360a('0x6'));var controller=require('./schedule.controller');router[_0x360a('0x7')]('/',auth['isAuthenticated'](),controller[_0x360a('0x8')]);router['get'](_0x360a('0x9'),auth['isAuthenticated'](),controller[_0x360a('0xa')]);router[_0x360a('0x7')](_0x360a('0xb'),auth[_0x360a('0xc')](),controller['run']);router['post']('/',auth[_0x360a('0xc')](),controller[_0x360a('0xd')]);router[_0x360a('0xe')]('/:id',auth[_0x360a('0xc')](),controller[_0x360a('0xf')]);router['delete'](_0x360a('0x9'),auth['isAuthenticated'](),controller[_0x360a('0x10')]);module[_0x360a('0x11')]=router;
\ No newline at end of file