Skip to content

Commit

Permalink
Revert "signing: update end point URL suffix to work again"
Browse files Browse the repository at this point in the history
This reverts commit 3742587.
  • Loading branch information
timar committed Dec 10, 2018
1 parent 3742587 commit a3c4a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loleaflet/src/control/Signing.js
Expand Up @@ -421,7 +421,7 @@ L.Map.include({
}
}
},
vereignURL + '/vcl/js/iframe'
vereignURL + '/api/js/iframe'
).then(function(lib) {
library = lib;
adjustUIState();
Expand Down

0 comments on commit a3c4a24

Please sign in to comment.