diff options
author | Thomas <> | 2022-03-10 15:32:01 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-10 15:32:01 +0100 |
commit | 51984cd48762b50cf64fc8f6aa54be1a8e7bf31a (patch) | |
tree | f3e3c1c91043190816481a9fbd28f11432a4ed03 /basicConfig/templates/residency.html | |
parent | 7405ddcd0bd5326c1a0e2e187086a90caad8ebea (diff) | |
download | National_eIDAS_Gateway-51984cd48762b50cf64fc8f6aa54be1a8e7bf31a.tar.gz National_eIDAS_Gateway-51984cd48762b50cf64fc8f6aa54be1a8e7bf31a.tar.bz2 National_eIDAS_Gateway-51984cd48762b50cf64fc8f6aa54be1a8e7bf31a.zip |
chore(matching): inject REST endpoint for address wizard by GUI model
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 d89b909c..c94721c0 100644 --- a/basicConfig/templates/residency.html +++ b/basicConfig/templates/residency.html @@ -43,7 +43,7 @@ } $.ajax({ type: "POST", - url: "$contextPath$wizardEndpoint", + url: [(${wizardEndpoint})], data: $("#inputForm").serialize() }).done(function (data, textStatus, jqXHR) { if (data["resultCount"] === 1) { |