mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
Update userprofile.html
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
const response = await fetch(`${API_URL}/persons/me/activation`, {
|
||||
const response = await fetch(`${API_URL}/people/me/activation`, {
|
||||
method: 'POST',
|
||||
headers: createHeaders(null),
|
||||
body: JSON.stringify({
|
||||
|
Reference in New Issue
Block a user