Built motion from commit (unavailable).|2.5.13
[motion2.git] / server / api / schedule / index.js
index 90e3a3b..ff4a2f4 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xdb07=['run','post','create','put','/:id','update','delete','destroy','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./schedule.controller','get','isAuthenticated'];(function(_0x102977,_0x3a99a6){var _0x15c466=function(_0x1a6a12){while(--_0x1a6a12){_0x102977['push'](_0x102977['shift']());}};_0x15c466(++_0x3a99a6);}(_0xdb07,0x198));var _0x7db0=function(_0x30f910,_0x8e3a23){_0x30f910=_0x30f910-0x0;var _0x836515=_0xdb07[_0x30f910];return _0x836515;};'use strict';var multer=require(_0x7db0('0x0'));var util=require(_0x7db0('0x1'));var path=require(_0x7db0('0x2'));var timeout=require(_0x7db0('0x3'));var express=require(_0x7db0('0x4'));var router=express[_0x7db0('0x5')]();var auth=require(_0x7db0('0x6'));var interaction=require(_0x7db0('0x7'));var config=require(_0x7db0('0x8'));var controller=require(_0x7db0('0x9'));router[_0x7db0('0xa')]('/',auth[_0x7db0('0xb')](),controller['index']);router[_0x7db0('0xa')]('/:id',auth[_0x7db0('0xb')](),controller['show']);router[_0x7db0('0xa')]('/:id/run',auth[_0x7db0('0xb')](),controller[_0x7db0('0xc')]);router[_0x7db0('0xd')]('/',auth[_0x7db0('0xb')](),controller[_0x7db0('0xe')]);router[_0x7db0('0xf')](_0x7db0('0x10'),auth[_0x7db0('0xb')](),controller[_0x7db0('0x11')]);router[_0x7db0('0x12')]('/:id',auth[_0x7db0('0xb')](),controller[_0x7db0('0x13')]);module[_0x7db0('0x14')]=router;
\ No newline at end of file
+var _0xd23f=['destroy','exports','multer','util','path','connect-timeout','Router','../../components/auth/service','../../config/environment','./schedule.controller','get','isAuthenticated','index','show','post','create','update','delete','/:id'];(function(_0x6c3f5d,_0x5ea763){var _0x1bf047=function(_0x4268cb){while(--_0x4268cb){_0x6c3f5d['push'](_0x6c3f5d['shift']());}};_0x1bf047(++_0x5ea763);}(_0xd23f,0x132));var _0xfd23=function(_0xefd519,_0xc62635){_0xefd519=_0xefd519-0x0;var _0x4bb882=_0xd23f[_0xefd519];return _0x4bb882;};'use strict';var multer=require(_0xfd23('0x0'));var util=require(_0xfd23('0x1'));var path=require(_0xfd23('0x2'));var timeout=require(_0xfd23('0x3'));var express=require('express');var router=express[_0xfd23('0x4')]();var auth=require(_0xfd23('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0xfd23('0x6'));var controller=require(_0xfd23('0x7'));router[_0xfd23('0x8')]('/',auth[_0xfd23('0x9')](),controller[_0xfd23('0xa')]);router[_0xfd23('0x8')]('/:id',auth['isAuthenticated'](),controller[_0xfd23('0xb')]);router[_0xfd23('0x8')]('/:id/run',auth[_0xfd23('0x9')](),controller['run']);router[_0xfd23('0xc')]('/',auth['isAuthenticated'](),controller[_0xfd23('0xd')]);router['put']('/:id',auth[_0xfd23('0x9')](),controller[_0xfd23('0xe')]);router[_0xfd23('0xf')](_0xfd23('0x10'),auth[_0xfd23('0x9')](),controller[_0xfd23('0x11')]);module[_0xfd23('0x12')]=router;
\ No newline at end of file