Built motion from commit (unavailable).|2.5.0
[motion2.git] / server / api / chatOfflineMessage / index.js
index 8ca5825..8826a5e 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x3cf2=['get','isAuthenticated','index','describe','/:id','create','put','update','destroy','exports','util','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatOfflineMessage.controller'];(function(_0x1162f9,_0x35f87c){var _0x75257c=function(_0x11ac6b){while(--_0x11ac6b){_0x1162f9['push'](_0x1162f9['shift']());}};_0x75257c(++_0x35f87c);}(_0x3cf2,0x1de));var _0x23cf=function(_0x45394c,_0x4015ed){_0x45394c=_0x45394c-0x0;var _0x321ea8=_0x3cf2[_0x45394c];return _0x321ea8;};'use strict';var multer=require('multer');var util=require(_0x23cf('0x0'));var path=require('path');var timeout=require(_0x23cf('0x1'));var express=require(_0x23cf('0x2'));var router=express[_0x23cf('0x3')]();var auth=require(_0x23cf('0x4'));var interaction=require(_0x23cf('0x5'));var config=require(_0x23cf('0x6'));var controller=require(_0x23cf('0x7'));router[_0x23cf('0x8')]('/',auth[_0x23cf('0x9')](),controller[_0x23cf('0xa')]);router['get']('/describe',auth[_0x23cf('0x9')](),controller[_0x23cf('0xb')]);router[_0x23cf('0x8')](_0x23cf('0xc'),auth[_0x23cf('0x9')](),controller['show']);router['post']('/',auth[_0x23cf('0x9')](),controller[_0x23cf('0xd')]);router[_0x23cf('0xe')](_0x23cf('0xc'),auth[_0x23cf('0x9')](),controller[_0x23cf('0xf')]);router['delete'](_0x23cf('0xc'),auth[_0x23cf('0x9')](),controller[_0x23cf('0x10')]);module[_0x23cf('0x11')]=router;
\ No newline at end of file
+var _0x4c27=['Router','get','isAuthenticated','index','/describe','describe','show','post','create','/:id','update','delete','destroy','exports','multer','util','path','connect-timeout','express'];(function(_0x631574,_0x5b0259){var _0x31dabf=function(_0x25e5f1){while(--_0x25e5f1){_0x631574['push'](_0x631574['shift']());}};_0x31dabf(++_0x5b0259);}(_0x4c27,0x1c3));var _0x74c2=function(_0xf01bb1,_0x34dbe){_0xf01bb1=_0xf01bb1-0x0;var _0x5e8de0=_0x4c27[_0xf01bb1];return _0x5e8de0;};'use strict';var multer=require(_0x74c2('0x0'));var util=require(_0x74c2('0x1'));var path=require(_0x74c2('0x2'));var timeout=require(_0x74c2('0x3'));var express=require(_0x74c2('0x4'));var router=express[_0x74c2('0x5')]();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require('./chatOfflineMessage.controller');router[_0x74c2('0x6')]('/',auth[_0x74c2('0x7')](),controller[_0x74c2('0x8')]);router[_0x74c2('0x6')](_0x74c2('0x9'),auth[_0x74c2('0x7')](),controller[_0x74c2('0xa')]);router['get']('/:id',auth[_0x74c2('0x7')](),controller[_0x74c2('0xb')]);router[_0x74c2('0xc')]('/',auth[_0x74c2('0x7')](),controller[_0x74c2('0xd')]);router['put'](_0x74c2('0xe'),auth[_0x74c2('0x7')](),controller[_0x74c2('0xf')]);router[_0x74c2('0x10')](_0x74c2('0xe'),auth['isAuthenticated'](),controller[_0x74c2('0x11')]);module[_0x74c2('0x12')]=router;
\ No newline at end of file