diff --git a/packages/shorebird_code_push_client/lib/src/code_push_client.dart b/packages/shorebird_code_push_client/lib/src/code_push_client.dart index eff8f688..c42e2972 100644 --- a/packages/shorebird_code_push_client/lib/src/code_push_client.dart +++ b/packages/shorebird_code_push_client/lib/src/code_push_client.dart @@ -95,7 +95,7 @@ class CodePushClient { httpClient ?? http.Client(), {...standardHeaders, ...?customHeaders}, ), - hostedUri = hostedUri ?? Uri.https('api-dev.shorebird.dev'); + hostedUri = hostedUri ?? Uri.https('api.shorebird.dev'); /// The standard headers applied to all requests. static const standardHeaders = {'x-version': packageVersion};