updates on various files

This commit is contained in:
ben
2026-08-02 21:38:46 +02:00
parent 8ed7993573
commit 344e35b823
8 changed files with 125 additions and 1 deletions
+3
View File
@@ -4,6 +4,7 @@
from fastapi import FastAPI
from database import fetch_all
from events.py import create_event
app = FastAPI(
title="Calendar API",
@@ -30,3 +31,5 @@ def database_status():
"tables": [table["name"] for table in tables]
}
@app.ge("/events")
def create_events():