Endpoint to get lv details

This commit is contained in:
chfhtw
2025-08-05 08:35:37 +02:00
parent 9b396088c3
commit 30cc798c0b
2 changed files with 42 additions and 0 deletions
+6
View File
@@ -87,4 +87,10 @@ export default {
}
};
},
getLv(lehrveranstaltung_id) {
return {
method: 'get',
url: '/api/frontend/v1/LvPlan/getLv/' + lehrveranstaltung_id
};
}
};