Skip to content

Commit

Permalink
remove double slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobasco99 committed Sep 26, 2024
1 parent bb0db72 commit 65c6472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model-training.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ class ModelTraining extends LitElement {
const trainingStatusUrl = y.getText("sbfManager").toString() + "/training/";
$.ajax({
type: "GET",
url: trainingStatusUrl + "/training/",
url: trainingStatusUrl + "training/",
contentType: "application/json",
headers: {
"Authorization": "Bearer " + localStorage.getItem("access_token"),
Expand Down

0 comments on commit 65c6472

Please sign in to comment.