Merge branch 'develop' into cds-365
This commit is contained in:
@@ -84,7 +84,7 @@ class ChannelApi {
|
||||
|
||||
/// Mark all channels for this user as read
|
||||
Future<EmptyResponse> markAllRead() async {
|
||||
final response = await _client.post('channels/read');
|
||||
final response = await _client.post('/channels/read');
|
||||
return EmptyResponse.fromJson(response.data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user