Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 07e707c

Browse files
lucjMiloCasagrande
authored andcommitted
Fix route causing http redirect when behind a TLS termination
Signed-off-by: Luc Juggery <[email protected]>
1 parent 54a9df7 commit 07e707c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/dashboard/static/js/app/view-socs-soc.2017.3.3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ require([
151151
.fail(e.error, getBootsCountFail)
152152
.done(getBootsCountDone);
153153

154-
deferred = r.get('/_ajax/boot/distinct/board', data);
154+
deferred = r.get('/_ajax/boot/distinct/board/', data);
155155

156156
$.when(deferred)
157157
.fail(e.error, getDistinctBoardsFail)

0 commit comments

Comments
 (0)