1
0
forked from apxtri/apxtri

apidoc update

This commit is contained in:
philc 2024-04-18 12:05:14 +02:00
parent 70ff75c149
commit 7c4b285995

View File

@ -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