completionId: cgen-66462b230eb543bba7bcd59d4ec10c72
cgen-66462b230eb543bba7bcd59d4ec10c72
This commit is contained in:
parent
ca994f8915
commit
7257872b03
1 changed files with 1 additions and 1 deletions
|
|
@ -1033,7 +1033,7 @@ export const aethexAchievementService = {
|
|||
targetEmail: target?.email,
|
||||
targetUsername: target?.username,
|
||||
};
|
||||
const response = await fetch("/api/achievements/activate", {
|
||||
const response = await fetch(`${API_BASE}/api/achievements/activate`, {
|
||||
method: "POST",
|
||||
headers: { "Content-Type": "application/json" },
|
||||
body: JSON.stringify(payload),
|
||||
|
|
|
|||
Loading…
Reference in a new issue