17.05.2026 funny
This commit is contained in:
@@ -55,7 +55,7 @@ export async function uploadAvatar(payload: UploadAvatarPayload): Promise<MeResp
|
||||
const headers = await authedHeaders()
|
||||
|
||||
const res = await fetch(`${USERS_API_URL}/me/settings/avatar`, {
|
||||
method: 'POST',
|
||||
method: 'PATCH',
|
||||
credentials: 'include',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user