[GIT-61] chore: allow .md files to be uploaded (#8571)
* chore: allow .md files to be uploaded * chore: allow .md files to be uploaded
This commit is contained in:
parent
bb4f172e26
commit
ba5ba5bf54
1 changed files with 2 additions and 0 deletions
|
|
@ -447,6 +447,8 @@ ATTACHMENT_MIME_TYPES = [
|
|||
"application/x-sql",
|
||||
# Gzip
|
||||
"application/x-gzip",
|
||||
# Markdown
|
||||
"text/markdown",
|
||||
]
|
||||
|
||||
# Seed directory path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue