completionId: cgen-15468621159d4ef8b1a20d98bd1f4c15
cgen-15468621159d4ef8b1a20d98bd1f4c15
This commit is contained in:
parent
7257872b03
commit
d0bbbbefd9
1 changed files with 1 additions and 1 deletions
|
|
@ -961,7 +961,7 @@ export const aethexAchievementService = {
|
||||||
ensureSupabase();
|
ensureSupabase();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const resp = await fetch(`/api/achievements/award`, {
|
const resp = await fetch(`${API_BASE}/api/achievements/award`, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: { "Content-Type": "application/json" },
|
headers: { "Content-Type": "application/json" },
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue