Built motion from commit 3e059bc2.|2.5.32
[motion2.git] / server / api / voiceContext / index.js
index 6fe0b3b..4ee39ad 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x5bc5=['index','/:id','show','post','create','update','destroy','exports','util','path','connect-timeout','express','Router','../../components/auth/service','../../config/environment','get','isAuthenticated'];(function(_0x32730f,_0x505df6){var _0x50d2e5=function(_0x4c07cf){while(--_0x4c07cf){_0x32730f['push'](_0x32730f['shift']());}};_0x50d2e5(++_0x505df6);}(_0x5bc5,0x107));var _0x55bc=function(_0xabfec4,_0x35076e){_0xabfec4=_0xabfec4-0x0;var _0x7bafa2=_0x5bc5[_0xabfec4];return _0x7bafa2;};'use strict';var multer=require('multer');var util=require(_0x55bc('0x0'));var path=require(_0x55bc('0x1'));var timeout=require(_0x55bc('0x2'));var express=require(_0x55bc('0x3'));var router=express[_0x55bc('0x4')]();var auth=require(_0x55bc('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x55bc('0x6'));var controller=require('./voiceContext.controller');router[_0x55bc('0x7')]('/',auth[_0x55bc('0x8')](),controller[_0x55bc('0x9')]);router[_0x55bc('0x7')](_0x55bc('0xa'),auth[_0x55bc('0x8')](),controller[_0x55bc('0xb')]);router[_0x55bc('0xc')]('/',auth[_0x55bc('0x8')](),controller[_0x55bc('0xd')]);router['put']('/:id',auth[_0x55bc('0x8')](),controller[_0x55bc('0xe')]);router['delete']('/:id',auth[_0x55bc('0x8')](),controller[_0x55bc('0xf')]);module[_0x55bc('0x10')]=router;
\ No newline at end of file
+var _0x5adb=['update','delete','destroy','exports','multer','fs-extra','../../components/auth/service','./voiceContext.controller','isAuthenticated','index','get','show','post','create','/:id'];(function(_0x1a556b,_0x2bacfb){var _0x2cb88a=function(_0x1a4d59){while(--_0x1a4d59){_0x1a556b['push'](_0x1a556b['shift']());}};_0x2cb88a(++_0x2bacfb);}(_0x5adb,0x17b));var _0xb5ad=function(_0x579b79,_0x5b57b2){_0x579b79=_0x579b79-0x0;var _0x41e899=_0x5adb[_0x579b79];return _0x41e899;};'use strict';var multer=require(_0xb5ad('0x0'));var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express['Router']();var fs_extra=require(_0xb5ad('0x1'));var auth=require(_0xb5ad('0x2'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0xb5ad('0x3'));router['get']('/',auth[_0xb5ad('0x4')](),controller[_0xb5ad('0x5')]);router[_0xb5ad('0x6')]('/:id',auth[_0xb5ad('0x4')](),controller[_0xb5ad('0x7')]);router[_0xb5ad('0x8')]('/',auth['isAuthenticated'](),controller[_0xb5ad('0x9')]);router['put'](_0xb5ad('0xa'),auth[_0xb5ad('0x4')](),controller[_0xb5ad('0xb')]);router[_0xb5ad('0xc')](_0xb5ad('0xa'),auth[_0xb5ad('0x4')](),controller[_0xb5ad('0xd')]);module[_0xb5ad('0xe')]=router;
\ No newline at end of file