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
Assuming a running Neo4j database at "bolt://localhost:7687" with username "username" and password "password", in your empty `index.js` file, add the following code:
245
+
Assuming a running Neo4j database at "neo4j://localhost:7687" with username "username" and password "password", in your empty `index.js` file, add the following code:
246
246
247
247
[source, javascript, indent=0]
248
248
----
@@ -312,4 +312,4 @@ You should see the following output:
312
312
Example app listening at http://localhost:4000/users
313
313
----
314
314
315
-
The REST API should now be available at `http://localhost:4000`, with a single working route `/users`.
315
+
The REST API should now be available at `http://localhost:4000`, with a single working route `/users`.
0 commit comments