fix(api): fix route registration for license key API #255
Reference in New Issue
Block a user
Delete Branch "fix/api-route-registration"
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?
Fix two compilation errors:
reqRepoAdmin()->reqAdmin()(correct function name)m.Delete(handler)->m.Delete("", handler)(needs route pattern)These errors prevented the binary from building successfully.
@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>