update
This commit is contained in:
@@ -108,7 +108,7 @@ function CommunityActivityPage({
|
||||
const params = new URLSearchParams({ filter, page: String(page) })
|
||||
if (initialUserId) params.set('user_id', String(initialUserId))
|
||||
|
||||
const response = await fetch(`/api/community/activity?${params.toString()}`, {
|
||||
const response = await fetch(`/api/activity?${params.toString()}`, {
|
||||
headers: { Accept: 'application/json', 'X-Requested-With': 'XMLHttpRequest' },
|
||||
credentials: 'same-origin',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user