mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
Updated the iiif endpoint that is passed to the viewer.
This commit is contained in:
@@ -44,7 +44,7 @@ export class MiradorViewerComponent implements OnInit {
|
||||
*/
|
||||
setURL() {
|
||||
// The path to the REST manifest endpoint.
|
||||
const manifestApiEndpoint = encodeURIComponent(environment.rest.baseUrl + '/api/iiif/'
|
||||
const manifestApiEndpoint = encodeURIComponent(environment.rest.baseUrl + '/iiif/'
|
||||
+ this.item.id + '/manifest');
|
||||
// The Express path to Mirador viewer.
|
||||
let viewerPath = '/iiif/mirador/index.html?manifest=' + manifestApiEndpoint;
|
||||
|
Reference in New Issue
Block a user