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 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',
|
||||||
|
|||||||
Reference in New Issue
Block a user