Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 9943da6

Browse files
committed
2 parents bb555d5 + 3b93b21 commit 9943da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ This project base comes with [source maps](https://blog.teamtreehouse.com/introd
144144
apolloServer.applyMiddleware({ app, path: graphqlPath });
145145
```
146146

147-
2. Remove the now-useless `graphqlPath` parameter to `createSapperAndApolloServer` in `src/server.ts`. This is also a good opportunity to rename the function since there is no longer an Apollo Server
147+
2. Remove the now-useless `graphqlPath` parameter to `createSapperAndApolloServer` in `src/server.ts`. This is also a good opportunity to rename the function since there is no longer an Apollo Server; if you do rename it, then also update the reference in `/index.js` or your Cloud Functions will still be referring to the old (now non-existent) function
148148

149149
3. Delete the `src/graphql` folder
150150

0 commit comments

Comments
 (0)