Skip to content

Commit 91f578f

Browse files
JusterZhuclaude
andcommitted
fix(Server): add missing /Upgrade/Report route
The server registers both /Upgrade/Verification and /Update/Verification but only /Update/Report for status reporting. Add /Upgrade/Report so clients using the /Upgrade/* URL variant can report update status. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f1f280a commit 91f578f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Server/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
};
120120

121121
app.MapPost("/Update/Report", handleReport);
122+
app.MapPost("/Upgrade/Report", handleReport);
122123

123124
// ── GET /File/Download/{hash} ───────────────────────────────────
124125
// Serves package files by their SHA256 hash. Supports HTTP Range

0 commit comments

Comments
 (0)