fix: correct shorebird.dev endpoint

This commit is contained in:
Bryan Oltman
2025-02-06 13:26:35 -05:00
parent 99c794d234
commit 2cd0d0285d
@@ -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 = <String, String>{'x-version': packageVersion};