This commit is contained in:
parent
6a335247ca
commit
b9ff5e66fd
@ -139,6 +139,10 @@ export namespace API {
|
||||
.then(res => res.json())
|
||||
}
|
||||
|
||||
export function getZelebrationsplanParsingUrl(planId: number) {
|
||||
return API_ENDPOINT + "/gottesdienste/parseZelebrationsplan?id=" + planId
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user