Aktueller Stand
This commit is contained in:
@@ -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 || "");
|
||||
|
||||
Reference in New Issue
Block a user