mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-16 12:18:59 -05:00
split / cleanup core utils.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
5fe5ab279c
commit
90d9a997a5
13 changed files with 205 additions and 191 deletions
|
|
@ -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()),
|
||||
}),
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue