chore: Update doc comments

This commit is contained in:
Aleksander Grygier
2026-08-21 19:52:59 +02:00
committed by GitHub
parent 01d0f132fb
commit 54b74f25aa
+1 -1
View File
@@ -294,7 +294,7 @@ export { SandboxService } from './sandbox.service';
* **RouterService** — Dynamic route URL construction utility
*
* Stateless utility for building dynamic route URLs from ROUTES base paths.
* Static routes (START, NEW_CHAT, MCP_SERVERS) live in ROUTES constants;
* Static routes (START, MCP_SERVERS) live in ROUTES constants;
* dynamic routes (CHAT, SETTINGS) are constructed here by appending parameters.
*
* **Architecture & Relationships:**