aboutsummaryrefslogtreecommitdiff
path: root/basicConfig
diff options
context:
space:
mode:
authorThomas <>2022-03-10 14:54:04 +0100
committerThomas <>2022-03-10 14:54:04 +0100
commit7405ddcd0bd5326c1a0e2e187086a90caad8ebea (patch)
tree6f92ff24cd32cfe10eb52b59f2c2ffadb3096742 /basicConfig
parent5ab8c1e33a1e4c4e4b782eb575f6ad0add4dfeec (diff)
downloadNational_eIDAS_Gateway-7405ddcd0bd5326c1a0e2e187086a90caad8ebea.tar.gz
National_eIDAS_Gateway-7405ddcd0bd5326c1a0e2e187086a90caad8ebea.tar.bz2
National_eIDAS_Gateway-7405ddcd0bd5326c1a0e2e187086a90caad8ebea.zip
chore(matching): set REST endpoint for search-address wizerd by GUI model parameter
Diffstat (limited to 'basicConfig')
-rw-r--r--basicConfig/templates/residency.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicConfig/templates/residency.html b/basicConfig/templates/residency.html
index df3c10b7..d89b909c 100644
--- a/basicConfig/templates/residency.html
+++ b/basicConfig/templates/residency.html
@@ -43,7 +43,7 @@
}
$.ajax({
type: "POST",
- url: "http://localhost:8080/ms_connector/residency/search",
+ url: "$contextPath$wizardEndpoint",
data: $("#inputForm").serialize()
}).done(function (data, textStatus, jqXHR) {
if (data["resultCount"] === 1) {