From 5cfd03aa778e6d0d73e4353af02a617cc5d8211e Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Tue, 31 May 2022 23:18:17 +0800 Subject: [PATCH] fix: file-handling API test --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index b451a2bc..4f166851 100644 --- a/vue.config.js +++ b/vue.config.js @@ -71,7 +71,7 @@ module.exports = { { action: '/', accept: { - '*': ['.pptist'], + 'application/vnd.pptist': ['.pptist'], } } ],