From 599a2cf318d65818622fb33fd4c329b3f65e6266 Mon Sep 17 00:00:00 2001 From: reggielee Date: Tue, 10 Jan 2023 16:49:40 +0800 Subject: [PATCH] fix:yml file dont upload oss. --- src/main/resources/oss.mime.types | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/oss.mime.types b/src/main/resources/oss.mime.types index e7fb0c7e..f196a5f4 100644 --- a/src/main/resources/oss.mime.types +++ b/src/main/resources/oss.mime.types @@ -227,4 +227,5 @@ xslt application/xslt+xml xul application/vnd.mozilla.xul+xml webp image/webp csv text/csv -json application/json \ No newline at end of file +json application/json +yml text/yaml