From 54a38e37c6b5f5d4c43ce9115680fcd492cfd6f6 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 17 Nov 2025 10:43:44 +0100 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörn Friedrich Dreyer --- services/app-provider/README.md | 1 - services/sharing/README.md | 1 - services/users/README.md | 1 - 3 files changed, 3 deletions(-) diff --git a/services/app-provider/README.md b/services/app-provider/README.md index 26354be495..63540fbbcd 100644 --- a/services/app-provider/README.md +++ b/services/app-provider/README.md @@ -9,7 +9,6 @@ The service works in conjunction with the `app-registry` service, which maintain The `app-provider` service integrates with: - `app-registry` - For discovering which applications are available for specific MIME types - `frontend` - The frontend service forwards app provider requests (default endpoint `/app`) to this service -- `gateway` - Routes requests to the app provider service ## Configuration diff --git a/services/sharing/README.md b/services/sharing/README.md index 328b0b3fc0..161c9ec02f 100644 --- a/services/sharing/README.md +++ b/services/sharing/README.md @@ -18,7 +18,6 @@ The sharing service integrates with: - `frontend` and `ocs` - Provide HTTP APIs that translate to CS3 sharing calls - `storage-shares` - Stores and manages received shares - `storage-publiclink` - Manages public link shares -- `gateway` - Routes sharing requests - `graph` - Provides LibreGraph API for sharing with roles ## Share Types diff --git a/services/users/README.md b/services/users/README.md index 4d06667f54..020ee537b2 100644 --- a/services/users/README.md +++ b/services/users/README.md @@ -18,7 +18,6 @@ The service provides CS3 gRPC APIs for: - Listing users - Getting user information - Finding users by username, email, or ID -- User authentication and validation ## Usage