Built motion from commit e02f907f.|2.6.14
[motion2.git] / server / api / voiceContext / index.js
index 47e079e..ecb352e 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x8c4b=['fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','show','post','create','put','update','delete','/:id','destroy','exports','multer','util','path','connect-timeout','express','Router'];(function(_0x243217,_0x522951){var _0x478029=function(_0x18d053){while(--_0x18d053){_0x243217['push'](_0x243217['shift']());}};_0x478029(++_0x522951);}(_0x8c4b,0xcc));var _0xb8c4=function(_0x261c5a,_0x1c2dfa){_0x261c5a=_0x261c5a-0x0;var _0x4d8c6c=_0x8c4b[_0x261c5a];return _0x4d8c6c;};'use strict';var multer=require(_0xb8c4('0x0'));var util=require(_0xb8c4('0x1'));var path=require(_0xb8c4('0x2'));var timeout=require(_0xb8c4('0x3'));var express=require(_0xb8c4('0x4'));var router=express[_0xb8c4('0x5')]();var fs_extra=require(_0xb8c4('0x6'));var auth=require(_0xb8c4('0x7'));var interaction=require(_0xb8c4('0x8'));var config=require(_0xb8c4('0x9'));var controller=require('./voiceContext.controller');router[_0xb8c4('0xa')]('/',auth['isAuthenticated'](),controller['index']);router[_0xb8c4('0xa')]('/:id',auth[_0xb8c4('0xb')](),controller[_0xb8c4('0xc')]);router[_0xb8c4('0xd')]('/',auth['isAuthenticated'](),controller[_0xb8c4('0xe')]);router[_0xb8c4('0xf')]('/:id',auth['isAuthenticated'](),controller[_0xb8c4('0x10')]);router[_0xb8c4('0x11')](_0xb8c4('0x12'),auth[_0xb8c4('0xb')](),controller[_0xb8c4('0x13')]);module[_0xb8c4('0x14')]=router;
\ No newline at end of file
+var _0x17c7=['../../config/environment','./voiceContext.controller','get','isAuthenticated','index','/:id','put','update','destroy','exports','multer','util','connect-timeout','express','fs-extra','../../components/auth/service'];(function(_0x42988f,_0x585023){var _0x4ace8b=function(_0x157dba){while(--_0x157dba){_0x42988f['push'](_0x42988f['shift']());}};_0x4ace8b(++_0x585023);}(_0x17c7,0x13a));var _0x717c=function(_0x4817f1,_0x535533){_0x4817f1=_0x4817f1-0x0;var _0x4816dc=_0x17c7[_0x4817f1];return _0x4816dc;};'use strict';var multer=require(_0x717c('0x0'));var util=require(_0x717c('0x1'));var path=require('path');var timeout=require(_0x717c('0x2'));var express=require(_0x717c('0x3'));var router=express['Router']();var fs_extra=require(_0x717c('0x4'));var auth=require(_0x717c('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x717c('0x6'));var controller=require(_0x717c('0x7'));router[_0x717c('0x8')]('/',auth[_0x717c('0x9')](),controller[_0x717c('0xa')]);router['get'](_0x717c('0xb'),auth[_0x717c('0x9')](),controller['show']);router['post']('/',auth[_0x717c('0x9')](),controller['create']);router[_0x717c('0xc')](_0x717c('0xb'),auth['isAuthenticated'](),controller[_0x717c('0xd')]);router['delete'](_0x717c('0xb'),auth[_0x717c('0x9')](),controller[_0x717c('0xe')]);module[_0x717c('0xf')]=router;
\ No newline at end of file