Skip to content

Commit 3435cc8

Browse files
slang25claude
andcommitted
Append /api/ to dev apiUrl so client requests match controller routes
The Blazor client builds endpoints as relative URIs (e.g. "Registration/Login") against the configured apiUrl. Other environments end apiUrl with "/api/"; the Development value was missing it, so requests resolved to /Registration/Login instead of /api/Registration/Login and got a 404. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 2271578 commit 3435cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"apiUrl": "https://localhost:7081",
2+
"apiUrl": "https://localhost:7081/api/",
33
"fakeBackend": false
44
}

0 commit comments

Comments
 (0)