From c00e36eff439e8f3a934ebba5d87fb4ceddc560e Mon Sep 17 00:00:00 2001 From: troogs Date: Sat, 7 Feb 2026 18:11:21 +0100 Subject: [PATCH] Update client launch URI to exercises page --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1517032..d772b4d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -30,7 +30,7 @@ "serverReadyAction": { "action": "openExternally", "pattern": "\\bNow listening on:\\s+https?://\\[::\\]:(\\d+)", - "uriFormat": "http://localhost:%s" + "uriFormat": "http://localhost:%s/eHoehDhc/exercises" }, "env": { "ASPNETCORE_ENVIRONMENT": "Development"