Update asset modification timestamps and add support for application/octet-stream in attachment.local.yao
- Updated modification timestamps for various asset files to reflect recent changes. - Added support for "application/octet-stream" MIME type in the attachment.local.yao file to enhance file upload capabilities.
This commit is contained in:
parent
71b78bc23b
commit
c9fdb2c01c
2 changed files with 136 additions and 135 deletions
270
data/bindata.go
270
data/bindata.go
File diff suppressed because it is too large
Load diff
|
|
@ -15,6 +15,7 @@
|
|||
"image/*",
|
||||
"video/*",
|
||||
"audio/*",
|
||||
"application/octet-stream",
|
||||
"application/x-zip-compressed",
|
||||
"application/x-tar",
|
||||
"application/x-gzip",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue