fix annotator

This commit is contained in:
Ruben van de Ven 2023-02-23 19:07:12 +01:00
parent 960e9f7132
commit ec110deae7
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ class Annotator extends EventTarget {
.then(data => {
if (!this.config.is_player) {
const metadata_req = new Request(`/ annotations / ${data.file} `, {
const metadata_req = new Request(`/annotations/${data.file}`, {
method: 'GET',
});
return fetch(metadata_req)