Skip to content

Commit c8e9145

Browse files
renetapopovarecrwplay
authored andcommitted
fix a config
1 parent d91c46f commit c8e9145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/extending-neo4j/unmanaged-extensions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You also need to tell Neo4j where to look for the extension by adding some confi
7070
[properties]
7171
----
7272
#Comma-separated list of JAXRS packages containing JAXRS Resource, one package name for each mountpoint.
73-
dbms.unmanaged_extension_classes=org.neo4j.examples.server.unmanaged=/examples/unmanaged
73+
server.unmanaged_extension_classes=org.neo4j.examples.server.unmanaged=/examples/unmanaged
7474
----
7575

7676
Your `hello` method responds to `GET` requests at the URI:

0 commit comments

Comments
 (0)