mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-03-29 15:04:43 -04:00
fix: changed name of routes function to better match its purpose
Co-authored-by: June <june@girlboss.ceo>
This commit is contained in:
parent
b9d1295f6f
commit
3d178d3489
1 changed files with 1 additions and 1 deletions
|
|
@ -614,7 +614,7 @@ fn method_to_filter(method: Method) -> MethodFilter {
|
|||
m => panic!("Unsupported HTTP method: {m:?}"),
|
||||
}
|
||||
}
|
||||
fn server_routes() -> Router {
|
||||
fn server_server_routes() -> Router {
|
||||
Router::default()
|
||||
.ruma_route(server_server::get_server_version_route)
|
||||
.route(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue