Show webui version from server

This commit is contained in:
Igor Katson 2023-12-07 12:19:35 +00:00
parent a01a07464c
commit 25ca003b44
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 39 additions and 19 deletions

View file

@ -66,6 +66,7 @@ impl HttpApi {
"GET /web/": "Web UI",
},
"server": "rqbit",
"version": env!("CARGO_PKG_VERSION"),
}))
}