mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 02:10:02 +02: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
Reference in a new issue