mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-08 12:47:46 +02:00
feat:#7 added new folder structure and updated api in ical
This commit is contained in:
@@ -18,7 +18,7 @@ import { Module } from "../model/module.ts";
|
||||
|
||||
export async function createIndividualFeed(modules: Module[]): Promise<string> {
|
||||
try {
|
||||
const response = await fetch("/api/createFeed", {
|
||||
const response = await fetch("/api/feed", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
Reference in New Issue
Block a user