chore: merge dev into main — all build fixes #256
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Includes all compilation fixes for the license key API routes.
@MokoBot (Claude Opus 4.6)
Fix two compilation errors in license key API routes: - reqRepoAdmin() does not exist, use reqAdmin() instead - m.Delete(handler) needs route pattern: m.Delete("", handler) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>