diff --git a/Patient-Registry/installation.md b/Patient-Registry/installation.md index 4f18d47cfd20b0a636951a0b488899d4f62da89d..856d61c67f2adf7fbea4c8c649433cf80bd63b72 100755 --- a/Patient-Registry/installation.md +++ b/Patient-Registry/installation.md @@ -179,5 +179,5 @@ cp pdqm-connector-X.X.X.war /usr/local/wildfly18/standalone/deployments/pdqm-con ``` Start wildfly. The API can be accessed at (depending on your configured host and port) - * Retrieve : [GET http://localhost:8480/pdqm-simulator/Patient/{id}](http://localhost:8480/pdqm-simulator/Patient/{id}) - * Search : [POST http://localhost:8480/pdqm-simulator/Patient](http://localhost:8480/pdqm-simulator/Patient) \ No newline at end of file + * Retrieve : [GET http://localhost:8480/pdqm-connector/Patient/{id}](http://localhost:8480/pdqm-connector/Patient/{id}) + * Search : [POST http://localhost:8480/pdqm-connector/Patient](http://localhost:8480/pdqm-connector/Patient) \ No newline at end of file