Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hobigo committed Apr 24, 2020
2 parents ed0489d + eb5cf59 commit 248af6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ export default class Client {
};

const response: Response = await this.getHttpResponse(
this.nextcloudOrigin + "/ocs/v2.php/apps/notifications/api/v2/notification",
this.nextcloudOrigin + "/ocs/v2.php/apps/notifications/api/v2/notifications",
requestInit,
[200, 404],
{ description: "Notifications get" });
Expand Down

0 comments on commit 248af6e

Please sign in to comment.