From f7a44da60b045eb587e9d067d55ecab196078b76 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Tue, 11 May 2021 18:56:21 +0300 Subject: [PATCH] docs: Change https to http for localhost --- docs/source/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/migration.md b/docs/source/migration.md index d9db17095..e5c0f6952 100644 --- a/docs/source/migration.md +++ b/docs/source/migration.md @@ -167,7 +167,7 @@ rover graph introspect http://localhost:4000 apollo service:push --graph my-graph --variant prod --endpoint http://localhost:4000 ## Rover ## -rover graph introspect https://localhost:4000 | rover graph publish my-graph@prod --schema - +rover graph introspect http://localhost:4000 | rover graph publish my-graph@prod --schema - ``` ### Checking monolithic graph changes