diff options
| author | Thomas <> | 2022-03-10 14:54:04 +0100 | 
|---|---|---|
| committer | Thomas <> | 2022-03-10 14:54:04 +0100 | 
| commit | 7405ddcd0bd5326c1a0e2e187086a90caad8ebea (patch) | |
| tree | 6f92ff24cd32cfe10eb52b59f2c2ffadb3096742 /basicConfig/templates/residency.html | |
| parent | 5ab8c1e33a1e4c4e4b782eb575f6ad0add4dfeec (diff) | |
| download | National_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/templates/residency.html')
| -rw-r--r-- | basicConfig/templates/residency.html | 2 | 
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) { | 
