Built motion from commit 449495f6.|2.6.27
[motion2.git] / server / api / voiceContext / index.js
index 2506ca9..2f435ec 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xce74=['create','update','delete','multer','path','connect-timeout','express','Router','fs-extra','../../config/environment','./voiceContext.controller','get','/:id','post','isAuthenticated'];(function(_0x2f2bb0,_0x1b1672){var _0x53c263=function(_0x316829){while(--_0x316829){_0x2f2bb0['push'](_0x2f2bb0['shift']());}};_0x53c263(++_0x1b1672);}(_0xce74,0xa8));var _0x4ce7=function(_0x6131cd,_0x4c26a1){_0x6131cd=_0x6131cd-0x0;var _0x47e916=_0xce74[_0x6131cd];return _0x47e916;};'use strict';var multer=require(_0x4ce7('0x0'));var util=require('util');var path=require(_0x4ce7('0x1'));var timeout=require(_0x4ce7('0x2'));var express=require(_0x4ce7('0x3'));var router=express[_0x4ce7('0x4')]();var fs_extra=require(_0x4ce7('0x5'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x4ce7('0x6'));var controller=require(_0x4ce7('0x7'));router[_0x4ce7('0x8')]('/',auth['isAuthenticated'](),controller['index']);router[_0x4ce7('0x8')](_0x4ce7('0x9'),auth['isAuthenticated'](),controller['show']);router[_0x4ce7('0xa')]('/',auth[_0x4ce7('0xb')](),controller[_0x4ce7('0xc')]);router['put'](_0x4ce7('0x9'),auth[_0x4ce7('0xb')](),controller[_0x4ce7('0xd')]);router[_0x4ce7('0xe')]('/:id',auth[_0x4ce7('0xb')](),controller['destroy']);module['exports']=router;
\ No newline at end of file
+var _0x91ec=['get','/:id','create','put','update','delete','destroy','multer','util','path','connect-timeout','../../components/auth/service','../../config/environment','./voiceContext.controller','isAuthenticated','index'];(function(_0x3dc68d,_0x1c1951){var _0xdf7f94=function(_0x339428){while(--_0x339428){_0x3dc68d['push'](_0x3dc68d['shift']());}};_0xdf7f94(++_0x1c1951);}(_0x91ec,0x187));var _0xc91e=function(_0x3d61c9,_0x567914){_0x3d61c9=_0x3d61c9-0x0;var _0x16ccf3=_0x91ec[_0x3d61c9];return _0x16ccf3;};'use strict';var multer=require(_0xc91e('0x0'));var util=require(_0xc91e('0x1'));var path=require(_0xc91e('0x2'));var timeout=require(_0xc91e('0x3'));var express=require('express');var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0xc91e('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0xc91e('0x5'));var controller=require(_0xc91e('0x6'));router['get']('/',auth[_0xc91e('0x7')](),controller[_0xc91e('0x8')]);router[_0xc91e('0x9')](_0xc91e('0xa'),auth['isAuthenticated'](),controller['show']);router['post']('/',auth[_0xc91e('0x7')](),controller[_0xc91e('0xb')]);router[_0xc91e('0xc')](_0xc91e('0xa'),auth[_0xc91e('0x7')](),controller[_0xc91e('0xd')]);router[_0xc91e('0xe')](_0xc91e('0xa'),auth[_0xc91e('0x7')](),controller[_0xc91e('0xf')]);module['exports']=router;
\ No newline at end of file