mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 21:06:42 +02:00
change server name on server_server.rs
This commit is contained in:
parent
a32662f1c0
commit
28e89f2ef0
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!("CARGO_PKG_NAME").to_owned()),
|
||||
name: Some(env!("Conduwuit").to_owned()),
|
||||
version: Some(env!("CARGO_PKG_VERSION").to_owned()),
|
||||
}),
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue