Built motion from commit 497d3d92.|2.5.43
[motion2.git] / server / api / voiceContext / index.js
index 574c986..049125c 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x0bef=['post','create','put','update','delete','destroy','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','index','/:id','isAuthenticated'];(function(_0x1db688,_0x2faa5b){var _0x343bc5=function(_0x29276a){while(--_0x29276a){_0x1db688['push'](_0x1db688['shift']());}};_0x343bc5(++_0x2faa5b);}(_0x0bef,0xc1));var _0xf0be=function(_0xa8899c,_0xd2186d){_0xa8899c=_0xa8899c-0x0;var _0x44aa34=_0x0bef[_0xa8899c];return _0x44aa34;};'use strict';var multer=require('multer');var util=require(_0xf0be('0x0'));var path=require(_0xf0be('0x1'));var timeout=require(_0xf0be('0x2'));var express=require(_0xf0be('0x3'));var router=express[_0xf0be('0x4')]();var auth=require(_0xf0be('0x5'));var interaction=require(_0xf0be('0x6'));var config=require(_0xf0be('0x7'));var controller=require('./voiceContext.controller');router['get']('/',auth['isAuthenticated'](),controller[_0xf0be('0x8')]);router['get'](_0xf0be('0x9'),auth[_0xf0be('0xa')](),controller['show']);router[_0xf0be('0xb')]('/',auth[_0xf0be('0xa')](),controller[_0xf0be('0xc')]);router[_0xf0be('0xd')](_0xf0be('0x9'),auth['isAuthenticated'](),controller[_0xf0be('0xe')]);router[_0xf0be('0xf')](_0xf0be('0x9'),auth[_0xf0be('0xa')](),controller[_0xf0be('0x10')]);module['exports']=router;
\ No newline at end of file
+var _0x71c5=['util','path','connect-timeout','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./voiceContext.controller','get','index','isAuthenticated','show','post','create','put','/:id','update','exports','multer'];(function(_0x3947c9,_0x4d6c97){var _0x2e7871=function(_0x1236cc){while(--_0x1236cc){_0x3947c9['push'](_0x3947c9['shift']());}};_0x2e7871(++_0x4d6c97);}(_0x71c5,0xf6));var _0x571c=function(_0x41c78b,_0x30d651){_0x41c78b=_0x41c78b-0x0;var _0x1d9ef1=_0x71c5[_0x41c78b];return _0x1d9ef1;};'use strict';var multer=require(_0x571c('0x0'));var util=require(_0x571c('0x1'));var path=require(_0x571c('0x2'));var timeout=require(_0x571c('0x3'));var express=require('express');var router=express[_0x571c('0x4')]();var fs_extra=require(_0x571c('0x5'));var auth=require(_0x571c('0x6'));var interaction=require(_0x571c('0x7'));var config=require('../../config/environment');var controller=require(_0x571c('0x8'));router[_0x571c('0x9')]('/',auth['isAuthenticated'](),controller[_0x571c('0xa')]);router[_0x571c('0x9')]('/:id',auth[_0x571c('0xb')](),controller[_0x571c('0xc')]);router[_0x571c('0xd')]('/',auth[_0x571c('0xb')](),controller[_0x571c('0xe')]);router[_0x571c('0xf')](_0x571c('0x10'),auth['isAuthenticated'](),controller[_0x571c('0x11')]);router['delete'](_0x571c('0x10'),auth[_0x571c('0xb')](),controller['destroy']);module[_0x571c('0x12')]=router;
\ No newline at end of file