Skip to content

Commit be957b8

Browse files
author
Yury
authored
add \ 'es to `
1 parent ee7d90a commit be957b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/code/index.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ const app = express();
295295
server.applyMiddleware({ app });
296296
297297
app.listen({ port: 4000 }, () =>
298-
console.log(`🚀 Now browse to http://localhost:4000${server.graphqlPath}`)
298+
console.log(\`🚀 Now browse to http://localhost:4000${server.graphqlPath}\`)
299299
);
300300
\`\`\`
301301

0 commit comments

Comments
 (0)