Update url.

This commit is contained in:
2024-12-14 04:40:30 +01:00
parent 0811eb1db8
commit eaec9335dc
+1 -1
View File
@@ -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,