presence: fixed incorrect URL for provider presence

This commit is contained in:
Dave Hrycyszyn
2019-12-14 15:37:07 +00:00
parent f8c6f4633c
commit 2a7fdeeccb
@@ -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(),
}
}