From 7c4b28599595c84902875932686a947a5bfd7abc Mon Sep 17 00:00:00 2001 From: philc Date: Thu, 18 Apr 2024 12:05:14 +0200 Subject: [PATCH] apidoc update --- routes/wwws.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/wwws.js b/routes/wwws.js index e18393f..094d016 100644 --- a/routes/wwws.js +++ b/routes/wwws.js @@ -17,7 +17,7 @@ router.post("/conf/:tribeId/:website", checkHeaders, isAuthenticated, (req, res) 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 * @apiName getappcontext * @apiDescription Get data base from backend to localstorage