Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / api / schedule / index.js
index 5f87ef9..998d92a 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x41cb=['update','destroy','exports','multer','path','connect-timeout','Router','../../components/interaction/service','./schedule.controller','get','isAuthenticated','index','/:id','show','/:id/run','run','create','put'];(function(_0x3c487b,_0x44c5e2){var _0x1d65f6=function(_0x135e6d){while(--_0x135e6d){_0x3c487b['push'](_0x3c487b['shift']());}};_0x1d65f6(++_0x44c5e2);}(_0x41cb,0x1a1));var _0xb41c=function(_0x1c60fe,_0x37e05c){_0x1c60fe=_0x1c60fe-0x0;var _0x259272=_0x41cb[_0x1c60fe];return _0x259272;};'use strict';var multer=require(_0xb41c('0x0'));var util=require('util');var path=require(_0xb41c('0x1'));var timeout=require(_0xb41c('0x2'));var express=require('express');var router=express[_0xb41c('0x3')]();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require(_0xb41c('0x4'));var config=require('../../config/environment');var controller=require(_0xb41c('0x5'));router[_0xb41c('0x6')]('/',auth[_0xb41c('0x7')](),controller[_0xb41c('0x8')]);router[_0xb41c('0x6')](_0xb41c('0x9'),auth[_0xb41c('0x7')](),controller[_0xb41c('0xa')]);router['get'](_0xb41c('0xb'),auth[_0xb41c('0x7')](),controller[_0xb41c('0xc')]);router['post']('/',auth[_0xb41c('0x7')](),controller[_0xb41c('0xd')]);router[_0xb41c('0xe')](_0xb41c('0x9'),auth[_0xb41c('0x7')](),controller[_0xb41c('0xf')]);router['delete'](_0xb41c('0x9'),auth['isAuthenticated'](),controller[_0xb41c('0x10')]);module[_0xb41c('0x11')]=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