frontend compliant with backend
All checks were successful
Build and push docker image / Build (pull_request) Successful in 1m38s
Build and release APK / Build APK (pull_request) Successful in 5m11s

This commit is contained in:
2024-08-01 19:35:25 +02:00
parent bf129b201d
commit 016622c7af
3 changed files with 141 additions and 100 deletions

View File

@@ -28,8 +28,8 @@ Future<Trip> fetchTrip(
final response = await dio.post(
"/trip/new",
data: {
// 'preferences': preferences.toJson(),
'start': [48,2.3]
'preferences': preferences.toJson(),
'start': startPoint
}
);