Skip to content

Commit 4af481e

Browse files
committed
Update URL parsing to support more types of endpoints
1 parent fef6665 commit 4af481e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/flutterflow_api_client.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Future<dynamic> _callExport({
191191
return await _callEndpoint(
192192
client: client,
193193
token: token,
194-
url: Uri.https(endpoint.host, '${endpoint.path}/exportCode'),
194+
url: Uri.parse('$endpoint/exportCode'),
195195
body: body,
196196
);
197197
}

0 commit comments

Comments
 (0)