Moodle-überprüfungs option für admins hinzugefügt
This commit is contained in:
@@ -13,6 +13,11 @@ export const handleParticipantFinished = async (participantId: string) =>
|
||||
participantId,
|
||||
});
|
||||
|
||||
export const checkMoodleResults = async (participantId: string) =>
|
||||
axios.post(`${process.env.NEXT_PUBLIC_HUB_SERVER_URL}/event/check-moodle-results`, {
|
||||
participantId,
|
||||
});
|
||||
|
||||
export const handleParticipantEnrolled = async (participantId: string) =>
|
||||
axios.post(`${process.env.NEXT_PUBLIC_HUB_SERVER_URL}/event/handle-participant-enrolled`, {
|
||||
participantId,
|
||||
|
||||
Reference in New Issue
Block a user