diff --git a/backend/data/journeys.json b/backend/data/journeys.json index 9498054..7c905fe 100644 --- a/backend/data/journeys.json +++ b/backend/data/journeys.json @@ -115,5 +115,58 @@ "created_at": "2026-03-29T10:57:37.963970" } ] + }, + { + "id": 3, + "owner_id": 1, + "title": "now", + "description": "sdagfaedg", + "markers": [ + { + "lat": 46.90149244734082, + "lng": 8.014526367187502, + "title": "New Marker", + "date": "", + "description": "", + "videoUrl": "" + }, + { + "lat": 47.74301740912185, + "lng": 7.053222656250001, + "title": "New Marker", + "date": "", + "description": "", + "videoUrl": "" + }, + { + "lat": 48.16957199683723, + "lng": 4.155194781488741, + "title": "New Marker", + "date": "", + "description": "", + "videoUrl": "" + }, + { + "lat": 46.924007100770275, + "lng": 3.3398437500000004, + "title": "tiel", + "date": "", + "description": "sagsdagsag", + "videoUrl": "" + }, + { + "lat": 46.29001987172955, + "lng": 4.833984375000001, + "title": "New Marker", + "date": "", + "description": "", + "videoUrl": "" + } + ], + "created_at": "2026-04-02T14:55:28.356782", + "visibility": "private", + "shared_read": [], + "shared_edit": [], + "comments": [] } ] \ No newline at end of file diff --git a/backend/requirements.txt b/backend/requirements.txt index e171400..7de714c 100644 Binary files a/backend/requirements.txt and b/backend/requirements.txt differ