From 922e8a2bd997105e8b6040c350d642d3aba6ceac Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 14 Dec 2024 03:40:22 +0000 Subject: [PATCH] fix: update repository URL in configuration file to point to new GitHub location --- 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,