Skip to content

Commit 71ea7c2

Browse files
authored
fix-url (#142)
1 parent fa6f584 commit 71ea7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/apollo-mcp-registry/src/platform_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use url::Url;
55

66
pub mod operation_collections;
77

8-
const DEFAULT_PLATFORM_API: &str = "https://registry.apollographql.com/api/graphql";
8+
const DEFAULT_PLATFORM_API: &str = "https://graphql.api.apollographql.com/api/graphql";
99

1010
/// Configuration for polling Apollo Uplink.
1111
#[derive(Clone, Debug)]

0 commit comments

Comments
 (0)