completionId: cgen-f8e70ace267f4977b1de3bb2ae485921
cgen-f8e70ace267f4977b1de3bb2ae485921
This commit is contained in:
parent
aedd7cb79b
commit
4166f1371f
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ export const aethexSocialService = {
|
|||
status: "accepted" | "rejected" | "cancelled",
|
||||
) {
|
||||
const resp = await fetch(
|
||||
`/api/mentorship/requests/${encodeURIComponent(id)}/status`,
|
||||
`${API_BASE}/api/mentorship/requests/${encodeURIComponent(id)}/status`,
|
||||
{
|
||||
method: "POST",
|
||||
headers: { "Content-Type": "application/json" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue