mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
80141: Add support for legacy bitstream download URLs
This commit is contained in:
@@ -10,6 +10,11 @@ import { URLCombiner } from './core/url-combiner/url-combiner';
|
||||
|
||||
export const BITSTREAM_MODULE_PATH = 'bitstreams';
|
||||
|
||||
/**
|
||||
* The bitstream module path to resolve XMLUI and JSPUI bitstream download URLs
|
||||
*/
|
||||
export const LEGACY_BITSTREAM_MODULE_PATH = 'bitstream';
|
||||
|
||||
export function getBitstreamModuleRoute() {
|
||||
return `/${BITSTREAM_MODULE_PATH}`;
|
||||
}
|
||||
|
Reference in New Issue
Block a user