Built motion from commit c116dc8b.|2.6.30
[motion2.git] / server / api / interval / index.js
index 93e4bd4..62bb80b 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xf6ca=['/:id/sub_intervals/create_many','addIntervals','put','update','destroy','exports','multer','util','path','express','../../config/environment','./interval.controller','get','isAuthenticated','/:id','show','post','create','/:id/sub_intervals','addInterval'];(function(_0x578daa,_0x58828a){var _0x105f1d=function(_0x6b79e){while(--_0x6b79e){_0x578daa['push'](_0x578daa['shift']());}};_0x105f1d(++_0x58828a);}(_0xf6ca,0x15a));var _0xaf6c=function(_0x5b8f9f,_0x2f1e7f){_0x5b8f9f=_0x5b8f9f-0x0;var _0x274f1b=_0xf6ca[_0x5b8f9f];return _0x274f1b;};'use strict';var multer=require(_0xaf6c('0x0'));var util=require(_0xaf6c('0x1'));var path=require(_0xaf6c('0x2'));var timeout=require('connect-timeout');var express=require(_0xaf6c('0x3'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0xaf6c('0x4'));var controller=require(_0xaf6c('0x5'));router[_0xaf6c('0x6')]('/',auth[_0xaf6c('0x7')](),controller['index']);router[_0xaf6c('0x6')](_0xaf6c('0x8'),auth[_0xaf6c('0x7')](),controller[_0xaf6c('0x9')]);router[_0xaf6c('0x6')]('/:id/sub_intervals',auth[_0xaf6c('0x7')](),controller['getIntervals']);router[_0xaf6c('0xa')]('/',auth[_0xaf6c('0x7')](),controller[_0xaf6c('0xb')]);router[_0xaf6c('0xa')](_0xaf6c('0xc'),auth[_0xaf6c('0x7')](),controller[_0xaf6c('0xd')]);router['post'](_0xaf6c('0xe'),auth[_0xaf6c('0x7')](),controller[_0xaf6c('0xf')]);router[_0xaf6c('0x10')](_0xaf6c('0x8'),auth[_0xaf6c('0x7')](),controller[_0xaf6c('0x11')]);router['delete'](_0xaf6c('0x8'),auth[_0xaf6c('0x7')](),controller[_0xaf6c('0x12')]);module[_0xaf6c('0x13')]=router;
\ No newline at end of file
+var _0x720e=['multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','show','/:id/sub_intervals','post','create','addInterval','/:id/sub_intervals/create_many','put','/:id','destroy','exports'];(function(_0x5da344,_0x18d5f4){var _0x3c9142=function(_0x3579ec){while(--_0x3579ec){_0x5da344['push'](_0x5da344['shift']());}};_0x3c9142(++_0x18d5f4);}(_0x720e,0x18c));var _0xe720=function(_0x339129,_0x86dcc6){_0x339129=_0x339129-0x0;var _0x1570df=_0x720e[_0x339129];return _0x1570df;};'use strict';var multer=require(_0xe720('0x0'));var util=require(_0xe720('0x1'));var path=require(_0xe720('0x2'));var timeout=require(_0xe720('0x3'));var express=require(_0xe720('0x4'));var router=express[_0xe720('0x5')]();var fs_extra=require(_0xe720('0x6'));var auth=require(_0xe720('0x7'));var interaction=require(_0xe720('0x8'));var config=require(_0xe720('0x9'));var controller=require('./interval.controller');router[_0xe720('0xa')]('/',auth[_0xe720('0xb')](),controller['index']);router[_0xe720('0xa')]('/:id',auth[_0xe720('0xb')](),controller[_0xe720('0xc')]);router[_0xe720('0xa')](_0xe720('0xd'),auth[_0xe720('0xb')](),controller['getIntervals']);router[_0xe720('0xe')]('/',auth[_0xe720('0xb')](),controller[_0xe720('0xf')]);router[_0xe720('0xe')](_0xe720('0xd'),auth['isAuthenticated'](),controller[_0xe720('0x10')]);router[_0xe720('0xe')](_0xe720('0x11'),auth[_0xe720('0xb')](),controller['addIntervals']);router[_0xe720('0x12')](_0xe720('0x13'),auth[_0xe720('0xb')](),controller['update']);router['delete'](_0xe720('0x13'),auth[_0xe720('0xb')](),controller[_0xe720('0x14')]);module[_0xe720('0x15')]=router;
\ No newline at end of file