Aktueller Stand

This commit is contained in:
2026-01-15 23:18:42 +01:00
parent 46eae2a2a9
commit dcf45bac3d
32 changed files with 2625 additions and 395 deletions

View File

@@ -84,7 +84,7 @@ export default function EventForm({
useEffect(() => {
const loadKey = async () => {
try {
const response = await fetch("/api/settings/google-places");
const response = await fetch("/api/settings/system");
if (!response.ok) return;
const payload = await response.json();
setPlacesKey(payload.apiKey || "");