mirror of https://github.com/abpframework/abp
Merge pull request #16489 from abpframework/issue/15919
fix IRemoteStreamContent issue on generate servicepull/16568/head
commit
eec5c34760
@ -1,2 +1,5 @@
|
||||
export const VOLO_REGEX = /^Volo\.Abp\.(Application\.Dtos|ObjectExtending)/;
|
||||
export const VOLO_REMOTE_STREAM_CONTENT = 'Volo.Abp.Content.IRemoteStreamContent'
|
||||
export const VOLO_REMOTE_STREAM_CONTENT = [
|
||||
'Volo.Abp.Content.IRemoteStreamContent',
|
||||
'Volo.Abp.Content.RemoteStreamContent',
|
||||
];
|
||||
|
Loading…
Reference in new issue