mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
feat:#44 updated delete process and api response
This commit is contained in:
@ -21,7 +21,7 @@ export async function getCalender(token: string): Promise<Module[]> {
|
||||
if (import.meta.env.SSR) {
|
||||
return [];
|
||||
}
|
||||
const request = new Request("/api/collections/feeds/records/" + token, {
|
||||
const request = new Request("/api/feeds/records/" + token, {
|
||||
method: "GET",
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user