diff --git a/lib/src/http_client/tbdex_http_client.dart b/lib/src/http_client/tbdex_http_client.dart index 2336968..825fab6 100644 --- a/lib/src/http_client/tbdex_http_client.dart +++ b/lib/src/http_client/tbdex_http_client.dart @@ -162,7 +162,7 @@ class TbdexHttpClient { if (endpoint.isEmpty) { throw Exception('no service endpoints found'); } - return 'http://${endpoint[0]}'; + return endpoint[0]; } static Future _generateRequestToken(