feat:#7 added new folder structure and updated api in ical

This commit is contained in:
Elmar Kresse
2024-05-26 11:59:32 +02:00
parent 2f55076e36
commit cb76b5c188
113 changed files with 250 additions and 266 deletions

View File

@@ -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",