IO-2039 Add unknown file type thumbnail.
This commit is contained in:
@@ -24,6 +24,10 @@ export const FolderPaths = {
|
||||
VendorsFolder,
|
||||
};
|
||||
|
||||
export const AssetPaths = {
|
||||
File: "/assets/file.png",
|
||||
};
|
||||
|
||||
export function JobRelativeFilePath(jobid: string, filename: string) {
|
||||
return path.join(FolderPaths.Jobs, jobid, filename);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user