mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-17 18:18:47 +02:00
added page and edit backend for edit calendar by token
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Module } from "../model/module.ts";
|
||||
import { Module } from "../model/module";
|
||||
|
||||
export async function fetchModule( name: string): Promise<Module> {
|
||||
const request = new Request("/api/module", {
|
||||
|
Reference in New Issue
Block a user