fix(#1970): address argus review — # Errors doc, regen hivectl-cli.md, GET /api/github-account status
This commit is contained in:
parent
1b6b307aa7
commit
3e5aff39eb
4 changed files with 67 additions and 1 deletions
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue