fix annotator
This commit is contained in:
parent
960e9f7132
commit
ec110deae7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue