This commit is contained in:
parent
0811eb1db8
commit
eaec9335dc
@ -75,7 +75,7 @@ class Api:
|
|||||||
response = None
|
response = None
|
||||||
async with self as session:
|
async with self as session:
|
||||||
response = await session.post(
|
response = await session.post(
|
||||||
url=self.patch_url(f"devrant/rants/{rant_id}/comments"),
|
url=self.patch_url(f"users"),
|
||||||
data=self.patch_auth({
|
data=self.patch_auth({
|
||||||
"email": email,
|
"email": email,
|
||||||
"username": username,
|
"username": username,
|
||||||
|
Loading…
Reference in New Issue
Block a user