17.05.2026 funny

This commit is contained in:
2026-05-17 13:10:13 +03:00
parent bd3d747ede
commit b5791a0871

View File

@@ -55,7 +55,7 @@ export async function uploadAvatar(payload: UploadAvatarPayload): Promise<MeResp
const headers = await authedHeaders() const headers = await authedHeaders()
const res = await fetch(`${USERS_API_URL}/me/settings/avatar`, { const res = await fetch(`${USERS_API_URL}/me/settings/avatar`, {
method: 'POST', method: 'PATCH',
credentials: 'include', credentials: 'include',
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',