From eaec9335dce82efd1b0caeee7d54ebce770e73c0 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 14 Dec 2024 04:40:22 +0100 Subject: [PATCH] Update url. --- src/devranta/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devranta/api.py b/src/devranta/api.py index 531bffa..f2f7642 100644 --- a/src/devranta/api.py +++ b/src/devranta/api.py @@ -75,7 +75,7 @@ class Api: response = None async with self as session: response = await session.post( - url=self.patch_url(f"devrant/rants/{rant_id}/comments"), + url=self.patch_url(f"users"), data=self.patch_auth({ "email": email, "username": username,