This commit is contained in:
zoe 2023-08-26 15:10:27 +02:00
parent 41218ae8a9
commit 22eb5377fb
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ async fn generate_server() -> Result<axum::Router, Box<dyn std::error::Error>> {
.finish_api_with(&mut open_api, |docs| {
docs.title("starchart")
.summary("now you can discover a star!")
.description("disclaimer: this website is still in beta! your stars might change at any point!")
.contact(aide::openapi::Contact {
name: Some("zoe".into()),
url: Some("https://zoe.kittycat.homes".into()),