fix(#1970): address argus review — # Errors doc, regen hivectl-cli.md, GET /api/github-account status

This commit is contained in:
damocles 2026-07-11 10:58:35 +02:00 committed by mara
commit 3e5aff39eb
4 changed files with 67 additions and 1 deletions

View file

@ -190,7 +190,7 @@ pub async fn serve(port: u16, coord: Arc<Coordinator>) -> Result<()> {
)
.route(
"/api/github-account",
post(matrix_accounts::post_github_account),
post(matrix_accounts::post_github_account).get(matrix_accounts::get_github_account),
)
.route(
"/api/cancel-reminder/{id}",