This commit is contained in:
parent
0811eb1db8
commit
eaec9335dc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user