mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
11 lines
186 B
JavaScript
11 lines
186 B
JavaScript
export default {
|
|
|
|
getAll(order = null, start = null)
|
|
{
|
|
return {
|
|
method: 'get',
|
|
url: 'api/frontend/v1/organisation/studiensemester/getAll',
|
|
params: { order, start }
|
|
};
|
|
}
|
|
} |