Skip to content

Commit

Permalink
Fix double slash in generated URL
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Nov 12, 2018
1 parent 3a01c8d commit 1f8d70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/signaling.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
$('#app').append('<script type="text/json" id="signaling-settings"></script>');

$.ajax({
url: OC.linkToOCS('apps/spreed/api/v1/signaling/', 2) + 'settings',
url: OC.linkToOCS('apps/spreed/api/v1/signaling', 2) + 'settings',
type: 'GET',
dataType: 'json',
success: function (result) {
Expand Down

0 comments on commit 1f8d70d

Please sign in to comment.