Skip to content

Commit b49e882

Browse files
Update ER's URL (#78)
* Updated URL * Updated URL's description in EI info
1 parent df11b7b commit b49e882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/static/js/eiInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jQuery(document).ready(function() {
162162
generateEIInformationBasedOnList([data.objectHandler], "Eiffel Intelligence Backend ObjectHandler Settings");
163163
generateEIInformationBasedOnList([data.subscriptionHandler], "Eiffel Intelligence Backend SubscriptionHandler Settings");
164164
generateEIInformationBasedOnList([data.informSubscription], "Eiffel Intelligence Backend InformSubscription Settings");
165-
generateEIInformationBasedOnList([data.erUrl], "Eiffel Intelligence Backend EventRepository Url");
165+
generateEIInformationBasedOnList([data.erUrl], "End point for downstream/upstream search in EventRepository");
166166
generateEIInformationBasedOnList([data.ldap], "Eiffel Intelligence Backend LDAP Settings");
167167
},
168168
complete: function (XMLHttpRequest, textStatus) {}

src/test/resources/backendResponses/informationResponse.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"ttlValue" : 600
5151
},
5252
"erUrl" : {
53-
"url" : "http://localhost:8080/search/"
53+
"url" : "http://localhost:8080/eventrepository/search/"
5454
}
5555
}

0 commit comments

Comments
 (0)