mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
switch to live rest-backend, still issue with bitstreams on item page
This commit is contained in:
@@ -27,3 +27,7 @@ export class FindAllRequest<T> extends Request<T> {
|
||||
super(href);
|
||||
}
|
||||
}
|
||||
|
||||
export class RequestError extends Error {
|
||||
statusText: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user