Update url.
All checks were successful
devranta build / Build (push) Successful in 1m25s

This commit is contained in:
retoor 2024-12-14 04:40:22 +01:00
parent 0811eb1db8
commit eaec9335dc

View File

@ -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,