frontend compliant with backend
This commit is contained in:
@@ -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
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user