Skip to content

Commit ba5ba5b

Browse files
[GIT-61] chore: allow .md files to be uploaded (#8571)
* chore: allow .md files to be uploaded * chore: allow .md files to be uploaded
1 parent bb4f172 commit ba5ba5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/api/plane/settings/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,8 @@
447447
"application/x-sql",
448448
# Gzip
449449
"application/x-gzip",
450+
# Markdown
451+
"text/markdown",
450452
]
451453

452454
# Seed directory path

0 commit comments

Comments
 (0)