Commit 3435cc8
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
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
0 commit comments