Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/ogm/examples/rest-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This example demonstrates how you might use the OGM without exposing a Neo4j GraphQL API endpoint. The example starts an https://expressjs.com/[Express] server and uses the OGM to interact with the Neo4j GraphQL Library, exposed over a REST endpoint.

First, create your example application directory, create a new project and also the file which will contain yur application code:
First, create your example application directory, create a new project and also the file which will contain your application code:

[source, bash, indent=0]
----
Expand Down