This commit is contained in:
Guillem George 2026-05-15 20:13:34 +02:00
parent 0fb4513b4b
commit 0114214995
2 changed files with 5 additions and 3 deletions

View file

@ -10,7 +10,7 @@ export async function displayStudentProfile() {
const _uid = decoded.uid;
// You have to write a request to fetch your informations
// const request_result = authedAPIRequest(`/api/students/${_uid}`, {method: "GET"});
const request_result = await authedAPIRequest(`/students/${_uid}`, {method: "GET"});
if (request_result === null) {
createAlert(