nochmal, nun alles docker-zeugs dabei

This commit is contained in:
rxf
2025-11-23 12:28:41 +01:00
parent 6727fe91d9
commit 268b4dee18
8 changed files with 96 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ import AppointmentList from './components/AppointmentList';
import './AppStyles.css';
// Die Basis-URL der Express-API
// Always use localhost because the browser runs on the host machine
const API_URL = 'http://localhost:3001/api/appointments';
// Funktion zur Umwandlung von MongoDBs _id in die interne id des Frontends