Skip to content

Commit 8f38b95

Browse files
nsemetsNazar690
andauthored
fix(files): updated download url for file metadata (#485)
Co-authored-by: Nazar Semets <[email protected]>
1 parent 4c85856 commit 8f38b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/files/components/file-metadata/file-metadata.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class FileMetadataComponent {
5858

5959
downloadFileMetadata(): void {
6060
if (this.fileGuid()) {
61-
window.open(`${this.environment.webUrl}/${this.fileGuid()}/metadata/?format=datacite-json`)?.focus();
61+
window.open(`${this.environment.webUrl}/metadata/${this.fileGuid()}`)?.focus();
6262
}
6363
}
6464

0 commit comments

Comments
 (0)