mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-06 17:40:59 +00:00
feat(appservice): pinging
This commit is contained in:
parent
b726ccaab8
commit
dc5abd6f3b
4 changed files with 85 additions and 0 deletions
|
@ -279,6 +279,7 @@ async fn unrecognized_method(
|
|||
|
||||
fn routes(config: &Config) -> Router {
|
||||
let router = Router::new()
|
||||
.ruma_route(client_server::ping_appservice_route)
|
||||
.ruma_route(client_server::get_supported_versions_route)
|
||||
.ruma_route(client_server::get_register_available_route)
|
||||
.ruma_route(client_server::register_route)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue