dashboard: POST /matrix-account-login + account-aware hive-priv matrix-token write (BE-2)
This commit is contained in:
parent
8799a9aa11
commit
9c480daf0a
6 changed files with 228 additions and 12 deletions
|
|
@ -105,6 +105,10 @@ pub async fn serve(port: u16, coord: Arc<Coordinator>) -> Result<()> {
|
|||
"/api/matrix-accounts",
|
||||
get(matrix_accounts::get_matrix_accounts),
|
||||
)
|
||||
.route(
|
||||
"/matrix-account-login",
|
||||
post(matrix_accounts::post_matrix_account_login),
|
||||
)
|
||||
.route("/api/reminders", get(reminders::api_reminders))
|
||||
.route("/api/operator-inbox", get(api_operator_inbox))
|
||||
.route("/api/stats-hive", get(api_stats_hive))
|
||||
|
|
|
|||
Loading…
Reference in a new issue