mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
split / cleanup core utils.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -74,7 +74,7 @@ pub(crate) async fn get_server_version_route(
|
||||
Ok(get_server_version::v1::Response {
|
||||
server: Some(get_server_version::v1::Server {
|
||||
name: Some("Conduwuit".to_owned()),
|
||||
version: Some(utils::conduwuit_version()),
|
||||
version: Some(conduit::version::conduwuit()),
|
||||
}),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user