Built motion from commit (unavailable).|2.6.0
[motion2.git] / server / api / smsApplication / index.js
index 3e4be6c..ddb7ccd 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb4f3=['destroy','exports','multer','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','./smsApplication.controller','get','isAuthenticated','index','/:id','post','put','delete'];(function(_0x586626,_0x1427f7){var _0x7bffbe=function(_0x3749ba){while(--_0x3749ba){_0x586626['push'](_0x586626['shift']());}};_0x7bffbe(++_0x1427f7);}(_0xb4f3,0xbd));var _0x3b4f=function(_0x59e172,_0x3e6f89){_0x59e172=_0x59e172-0x0;var _0x45da5c=_0xb4f3[_0x59e172];return _0x45da5c;};'use strict';var multer=require(_0x3b4f('0x0'));var util=require(_0x3b4f('0x1'));var path=require('path');var timeout=require(_0x3b4f('0x2'));var express=require(_0x3b4f('0x3'));var router=express[_0x3b4f('0x4')]();var fs_extra=require(_0x3b4f('0x5'));var auth=require(_0x3b4f('0x6'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x3b4f('0x7'));router[_0x3b4f('0x8')]('/',auth[_0x3b4f('0x9')](),controller[_0x3b4f('0xa')]);router[_0x3b4f('0x8')](_0x3b4f('0xb'),auth[_0x3b4f('0x9')](),controller['show']);router[_0x3b4f('0xc')]('/',auth[_0x3b4f('0x9')](),controller['create']);router[_0x3b4f('0xd')]('/:id',auth['isAuthenticated'](),controller['update']);router[_0x3b4f('0xe')]('/:id',auth[_0x3b4f('0x9')](),controller[_0x3b4f('0xf')]);module[_0x3b4f('0x10')]=router;
\ No newline at end of file
+var _0x18bf=['get','isAuthenticated','index','show','/:id','update','delete','destroy','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./smsApplication.controller'];(function(_0x4c49ef,_0x1d2b3d){var _0x2c7de5=function(_0x365bdc){while(--_0x365bdc){_0x4c49ef['push'](_0x4c49ef['shift']());}};_0x2c7de5(++_0x1d2b3d);}(_0x18bf,0xd4));var _0xf18b=function(_0x8811a3,_0x13f3a1){_0x8811a3=_0x8811a3-0x0;var _0x310597=_0x18bf[_0x8811a3];return _0x310597;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0xf18b('0x0'));var timeout=require(_0xf18b('0x1'));var express=require(_0xf18b('0x2'));var router=express[_0xf18b('0x3')]();var fs_extra=require(_0xf18b('0x4'));var auth=require(_0xf18b('0x5'));var interaction=require(_0xf18b('0x6'));var config=require(_0xf18b('0x7'));var controller=require(_0xf18b('0x8'));router[_0xf18b('0x9')]('/',auth[_0xf18b('0xa')](),controller[_0xf18b('0xb')]);router[_0xf18b('0x9')]('/:id',auth['isAuthenticated'](),controller[_0xf18b('0xc')]);router['post']('/',auth[_0xf18b('0xa')](),controller['create']);router['put'](_0xf18b('0xd'),auth['isAuthenticated'](),controller[_0xf18b('0xe')]);router[_0xf18b('0xf')]('/:id',auth[_0xf18b('0xa')](),controller[_0xf18b('0x10')]);module['exports']=router;
\ No newline at end of file