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.
This commit is contained in:
2026-06-17 17:04:52 +02:00
parent ba9f233993
commit 314608f27f

View File

@@ -39,7 +39,7 @@ Client ? API:8088 (YARP Proxy) ? ReceiverUI:52936 (Blazor WASM)
### Root Route ### Root Route
| Route | File | Purpose | | Route | File | Purpose |
|---|---|---| |---|---|---|
| `/` | `Index.razor` | Application entry point (landing page). | | `/` | `Index.razor` | Application entry point (landing page). |
### Sender Routes ### Sender Routes
| Route | File | Purpose | | Route | File | Purpose |