mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Add endpoint support for decompressing files
This commit is contained in:
@@ -34,6 +34,7 @@ const generateDirectoryData = (name: string): FileObject => ({
|
||||
mimetype: '',
|
||||
createdAt: new Date(),
|
||||
modifiedAt: new Date(),
|
||||
isArchiveType: () => false,
|
||||
});
|
||||
|
||||
export default () => {
|
||||
|
||||
Reference in New Issue
Block a user