Skip to content

Commit

Permalink
Use /v1/ url for fetching version information
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Feb 28, 2024
1 parent 1e182b2 commit a81b01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annif/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ <h2 class="mt-4" id="suggestions">Suggested subjects</h2>\
},
loadVersion: function() {
var this_ = this;
axios.get('/v1')
axios.get('/v1/')
.then(res => {
this_.annif_version = res.data.version;
})
Expand Down

0 comments on commit a81b01a

Please sign in to comment.