move pwa manifest to backend
This commit is contained in:
parent
7aa9038a61
commit
b4a7986c8a
16 changed files with 724 additions and 11 deletions
|
@ -25,4 +25,10 @@ router.put("/", ParamaterPassCheckHelper.requiredIncludedMiddleware(["mail", "to
|
|||
await finishInvite(req, res, true);
|
||||
});
|
||||
|
||||
/**
|
||||
* TODO:
|
||||
* set basic settings like clubname ...
|
||||
* enable upload of images and icons: transform pwa-> 512x512 png / 48x48 ico
|
||||
*/
|
||||
|
||||
export default router;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue