feat(bots): implement bot routes
This commit is contained in:
@@ -10,5 +10,5 @@ struct CreateUserResponse {
|
||||
|
||||
#[post("/<_target>/join_call")]
|
||||
pub async fn req(_user: User, _target: Ref) -> Result<Value> {
|
||||
todo!()
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user