feat: add missing api
Some checks failed
Deploy Miniplan / build (push) Failing after 23s

This commit is contained in:
Jonas Gerg 2025-04-16 00:42:15 +02:00
parent 6a335247ca
commit b9ff5e66fd

View File

@ -139,6 +139,10 @@ export namespace API {
.then(res => res.json())
}
export function getZelebrationsplanParsingUrl(planId: number) {
return API_ENDPOINT + "/gottesdienste/parseZelebrationsplan?id=" + planId
}
}