forked from hazza/dspace-angular
[TLC-674] Duplicate detection frontend changes as per feedback
This commit is contained in:
@@ -76,7 +76,7 @@ const duplicates: Duplicate[] = [{
|
||||
type: DUPLICATE,
|
||||
_links: {
|
||||
self: {
|
||||
href: 'http://localhost:8080/server/api/core/items/search/findDuplicates?uuid=testid'
|
||||
href: 'http://localhost:8080/server/api/core/submission/duplicates/search?uuid=testid'
|
||||
}
|
||||
}
|
||||
}];
|
||||
|
Reference in New Issue
Block a user