mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 21:46:42 +02:00
Update src/api/server_server.rs
Co-authored-by: June <june@girlboss.ceo>
This commit is contained in:
parent
28e89f2ef0
commit
4fb75cdfaa
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ pub async fn get_server_version_route(
|
|||
|
||||
Ok(get_server_version::v1::Response {
|
||||
server: Some(get_server_version::v1::Server {
|
||||
name: Some(env!("Conduwuit").to_owned()),
|
||||
name: Some("Conduwuit".to_owned()),
|
||||
version: Some(env!("CARGO_PKG_VERSION").to_owned()),
|
||||
}),
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue