Built motion from commit 3e059bc2.|2.5.32
[motion2.git] / server / api / pause / index.js
index a9f67be..618d82d 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x2f9f=['put','update','delete','destroy','util','path','connect-timeout','express','Router','../../components/interaction/service','./pause.controller','get','isAuthenticated','/:id','show','post'];(function(_0x43236e,_0x430223){var _0x568711=function(_0x1d6697){while(--_0x1d6697){_0x43236e['push'](_0x43236e['shift']());}};_0x568711(++_0x430223);}(_0x2f9f,0xc4));var _0xf2f9=function(_0x32dfdb,_0x5b9400){_0x32dfdb=_0x32dfdb-0x0;var _0xec9630=_0x2f9f[_0x32dfdb];return _0xec9630;};'use strict';var multer=require('multer');var util=require(_0xf2f9('0x0'));var path=require(_0xf2f9('0x1'));var timeout=require(_0xf2f9('0x2'));var express=require(_0xf2f9('0x3'));var router=express[_0xf2f9('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0xf2f9('0x5'));var config=require('../../config/environment');var controller=require(_0xf2f9('0x6'));router[_0xf2f9('0x7')]('/',auth[_0xf2f9('0x8')](),controller['index']);router['get'](_0xf2f9('0x9'),auth[_0xf2f9('0x8')](),controller[_0xf2f9('0xa')]);router[_0xf2f9('0xb')]('/',auth['isAuthenticated'](),controller['create']);router[_0xf2f9('0xc')]('/:id',auth['isAuthenticated'](),controller[_0xf2f9('0xd')]);router[_0xf2f9('0xe')](_0xf2f9('0x9'),auth['isAuthenticated'](),controller[_0xf2f9('0xf')]);module['exports']=router;
\ No newline at end of file
+var _0x823c=['create','destroy','exports','multer','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../config/environment','./pause.controller','get','isAuthenticated','index','/:id'];(function(_0x2f62aa,_0x108e95){var _0x1a341f=function(_0x3aedcf){while(--_0x3aedcf){_0x2f62aa['push'](_0x2f62aa['shift']());}};_0x1a341f(++_0x108e95);}(_0x823c,0x143));var _0xc823=function(_0x34c80c,_0x4cd189){_0x34c80c=_0x34c80c-0x0;var _0x2fbad1=_0x823c[_0x34c80c];return _0x2fbad1;};'use strict';var multer=require(_0xc823('0x0'));var util=require('util');var path=require(_0xc823('0x1'));var timeout=require(_0xc823('0x2'));var express=require(_0xc823('0x3'));var router=express[_0xc823('0x4')]();var fs_extra=require(_0xc823('0x5'));var auth=require(_0xc823('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0xc823('0x7'));var controller=require(_0xc823('0x8'));router[_0xc823('0x9')]('/',auth[_0xc823('0xa')](),controller[_0xc823('0xb')]);router['get'](_0xc823('0xc'),auth[_0xc823('0xa')](),controller['show']);router['post']('/',auth[_0xc823('0xa')](),controller[_0xc823('0xd')]);router['put'](_0xc823('0xc'),auth[_0xc823('0xa')](),controller['update']);router['delete'](_0xc823('0xc'),auth[_0xc823('0xa')](),controller[_0xc823('0xe')]);module[_0xc823('0xf')]=router;
\ No newline at end of file