7 lines
266 B
TypeScript
7 lines
266 B
TypeScript
export const imageBaseUrl = '/api/system/img/';
|
|
|
|
export const FolderIcon = 'file/fill/folder';
|
|
export const FolderImgUrl = '/imgs/files/folder.svg';
|
|
export const HttpPluginImgUrl = '/imgs/app/httpPluginFill.svg';
|
|
export const HttpImgUrl = '/imgs/workflow/http.png';
|