We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70578e3 commit ae68b1aCopy full SHA for ae68b1a
modules/ROOT/pages/guides/v4-migration/authorization.adoc
@@ -67,7 +67,7 @@ const server = new ApolloServer({
67
const { url } = await startStandaloneServer(server, {
68
listen: { port: 4000 },
69
context: async ({ req }) => ({
70
- token: req.headers.Authorization,
+ token: req.headers.authorization,
71
}),
72
});
73
----
0 commit comments