From 6e7cd93bffae06d7dc328719e245fc1fc96cd6ad Mon Sep 17 00:00:00 2001 From: matu6968 Date: Thu, 21 Nov 2024 11:56:09 +0100 Subject: [PATCH] add ability to view apps under root and specify custom appid in metadata --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0340d2..85f3ccc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This allows you to host custom (known as 3rd party) App Market repositories of WebDesk applications. ## Features -- Listing currently uploaded apps (/apps endpoint) +- Listing currently uploaded apps (/apps endpoint and root of web server) - Showing app source code (under /uploads/app_name/index.js) - Uploading new apps (/apps endpoint with Bearer token) - Editing app info (/editapp endpoint with Bearer token)