mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
adding the reservierungen to the room plannung
This commit is contained in:
@@ -12,4 +12,10 @@ export default {
|
||||
{}
|
||||
);
|
||||
},
|
||||
getReservierungen(ort_kurzbz, start_date, end_date) {
|
||||
return this.$fhcApi.get(
|
||||
'/api/frontend/v1/Stundenplan/Reservierungen',
|
||||
{ ort_kurzbz, start_date, end_date}
|
||||
);
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user