aboutsummaryrefslogtreecommitdiff
path: root/basicConfig
diff options
context:
space:
mode:
authorThomas <>2022-03-10 15:32:01 +0100
committerThomas <>2022-03-10 15:32:01 +0100
commit51984cd48762b50cf64fc8f6aa54be1a8e7bf31a (patch)
treef3e3c1c91043190816481a9fbd28f11432a4ed03 /basicConfig
parent7405ddcd0bd5326c1a0e2e187086a90caad8ebea (diff)
downloadNational_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')
-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 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) {