From d0170b7f68a9b925917827c7fb704e148fd0d6b6 Mon Sep 17 00:00:00 2001 From: Scrounger Date: Fri, 24 Apr 2020 22:18:57 +0200 Subject: [PATCH] notification bug fix --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index 07048a32..1622f37b 100644 --- a/src/client.ts +++ b/src/client.ts @@ -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" });