Skip to content

Commit

Permalink
Update URL parsing to support more types of endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aemelyanovff committed Nov 20, 2024
1 parent fef6665 commit 4af481e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/flutterflow_api_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Future<dynamic> _callExport({
return await _callEndpoint(
client: client,
token: token,
url: Uri.https(endpoint.host, '${endpoint.path}/exportCode'),
url: Uri.parse('$endpoint/exportCode'),
body: body,
);
}
Expand Down

0 comments on commit 4af481e

Please sign in to comment.