List the tokens from the WebUI
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2024-04-17 22:20:01 +02:00
parent f03b631b6c
commit 91127ea61f
8 changed files with 240 additions and 19 deletions

View File

@ -14,6 +14,7 @@ mod rest_token {
#[derive(serde::Serialize)]
pub struct RestToken {
#[serde(flatten)]
token: Token,
}