presence: fixed incorrect URL for provider presence
This commit is contained in:
@@ -15,7 +15,7 @@ impl PresenceMixProviderPoster for Request {
|
||||
fn new(base_url: String) -> Self {
|
||||
Request {
|
||||
base_url,
|
||||
path: "/api/presence/providers".to_string(),
|
||||
path: "/api/presence/mixproviders".to_string(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user