rename ruma_wrapper to router
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
64705fa27d
commit
1c0ed91f6f
7 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@ use conduit::{Error, Server};
|
|||
use http::Uri;
|
||||
use ruma::api::client::error::ErrorKind;
|
||||
|
||||
use crate::{client, ruma_wrapper::RouterExt, server};
|
||||
use crate::{client, router::RouterExt, server};
|
||||
|
||||
pub fn build(router: Router, server: &Server) -> Router {
|
||||
let config = &server.config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue