apidoc update
This commit is contained in:
@@ -18,9 +18,9 @@ router.post("/conf/:tribeId/:website", checkHeaders, isAuthenticated, (req, res)
|
||||
});
|
||||
/**
|
||||
* @api {get} /adminapi/wwws/localstorage/:tribe/:appname - Get app data model
|
||||
* @apiGroup Odmdb
|
||||
* @apiName getOption
|
||||
* @apiDescription Get data from backend to custome app
|
||||
* @apiGroup Wwws
|
||||
* @apiName getappcontext
|
||||
* @apiDescription Get data base from backend to localstorage
|
||||
*
|
||||
* @apiParams {string} tribe (adminapi,smatchit,..) to looking for
|
||||
* @apiParams {string} appname agregate a full data referential to store localy
|
||||
@@ -33,7 +33,6 @@ router.get("/initlocaldb/:tribe/:appname", checkHeaders, isAuthenticated, (req,
|
||||
console.log('pass localstorage')
|
||||
const getlocal = Wwws.initlocaldata(req.params.tribe,req.params.appname,req.session.header.xprofils,req.session.header.xlang);
|
||||
res.status(getlocal.status).json(getlocal)
|
||||
|
||||
});
|
||||
|
||||
module.exports = router;
|
||||
|
Reference in New Issue
Block a user