You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ When prompted where (i.e. to which _cluster_) you want to deploy your service, c
21
21
22
22
### 3. Set the Prisma service endpoint
23
23
24
-
From the output of the previous command, copy the `HTTP` endpoint and paste it into `server/src/index.js` where it's used to instantiate the `Prisma` binding. You need to replace the current placeholder `__PRISMA_ENDPOINT`:
24
+
From the output of the previous command, copy the `HTTP` endpoint and paste it into `server/src/index.js` where it's used to instantiate the `Prisma` binding. You need to replace the current placeholder `__PRISMA_ENDPOINT__`:
25
25
26
26
```js
27
27
constserver=newGraphQLServer({
@@ -77,4 +77,4 @@ yarn install
77
77
yarn start
78
78
```
79
79
80
-
You can now open your browser and use the app on `http://localhost:3000`.
80
+
You can now open your browser and use the app on `http://localhost:3000`.
0 commit comments