apidoc update
This commit is contained in:
@@ -17,7 +17,7 @@ router.post("/conf/:tribeId/:website", checkHeaders, isAuthenticated, (req, res)
|
|||||||
res.send(Wwws.create(req.params.tribeId));
|
res.send(Wwws.create(req.params.tribeId));
|
||||||
});
|
});
|
||||||
/**
|
/**
|
||||||
* @api {get} /adminapi/wwws/localstorage/:tribe/:appname - Get app data model
|
* @api {get} /adminapi/wwws/initlocaldb/:tribe/:appname - Get app data model
|
||||||
* @apiGroup Wwws
|
* @apiGroup Wwws
|
||||||
* @apiName getappcontext
|
* @apiName getappcontext
|
||||||
* @apiDescription Get data base from backend to localstorage
|
* @apiDescription Get data base from backend to localstorage
|
||||||
|
Reference in New Issue
Block a user