forked from retoor/devranta
fix: correct endpoint path from devrant comments to users in Api.patch_url call
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user