From 314608f27fb72cecaad56bd307da772a9ba9728f Mon Sep 17 00:00:00 2001 From: TekH Date: Wed, 17 Jun 2026 17:04:52 +0200 Subject: [PATCH] Fix duplicate root route entry in ReceiverUI docs Removed a redundant entry for the root route (`/`) in the `ReceiverUI Route Structure` section of the documentation. Both entries referenced the same file (`Index.razor`) and served the same purpose, making the duplication unnecessary. --- COPILOT_CONTEXT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COPILOT_CONTEXT.md b/COPILOT_CONTEXT.md index f145f8d8..babb02d6 100644 --- a/COPILOT_CONTEXT.md +++ b/COPILOT_CONTEXT.md @@ -39,7 +39,7 @@ Client ? API:8088 (YARP Proxy) ? ReceiverUI:52936 (Blazor WASM) ### Root Route | Route | File | Purpose | |---|---|---| -| `/` | `Index.razor` | Application entry point (landing page). | +| `/` | `Index.razor` | Application entry point (landing page). | ### Sender Routes | Route | File | Purpose |