mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
export enum BucketNameEnum {
|
|
dataset = 'dataset'
|
|
}
|
|
|
|
export const FileBaseUrl = '/api/common/file/read';
|