80f5cbaa28088a58431670c6afa9f1ed3983d125
The selfupdate routes were placed after the generic hasSuffix(path, "/update") stack case, which was catching /selfupdate/update before the specific case could match it. Moving the selfupdate cases to before all hasSuffix-based cases fixes the routing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Go
84.2%
HTML
11.1%
Shell
2.1%
CSS
1.8%
Python
0.6%
Other
0.1%