Try to impl auth in ruma_wrapper
This commit is contained in:
parent
34a53ce20a
commit
744e0adfcf
4 changed files with 29 additions and 17 deletions
|
@ -2,7 +2,7 @@
|
|||
mod data;
|
||||
mod ruma_wrapper;
|
||||
|
||||
use data::Data;
|
||||
pub use data::Data;
|
||||
use log::debug;
|
||||
use rocket::{get, post, put, routes, State};
|
||||
use ruma_client_api::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue